Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named sympy #3

Closed
glenn-jocher opened this issue May 30, 2024 · 0 comments
Closed

No module named sympy #3

glenn-jocher opened this issue May 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@glenn-jocher
Copy link
Contributor

When I try to run:

onnxslim OnnxSlim yolov8n.onnx

Traceback (most recent call last):
  File "/Users/glennjocher/PycharmProjects/OnnxSlim/venv/bin/onnxslim", line 33, in <module>
    sys.exit(load_entry_point('onnxslim', 'console_scripts', 'onnxslim')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/glennjocher/PycharmProjects/OnnxSlim/onnxslim/cli/_main.py", line 281, in main
    slim(
  File "/Users/glennjocher/PycharmProjects/OnnxSlim/onnxslim/cli/_main.py", line 62, in slim
    from onnxslim.core.slim import (
  File "/Users/glennjocher/PycharmProjects/OnnxSlim/onnxslim/core/slim.py", line 23, in <module>
    from .symbolic_shape_infer import SymbolicShapeInference
  File "/Users/glennjocher/PycharmProjects/OnnxSlim/onnxslim/core/symbolic_shape_infer.py", line 10, in <module>
    import sympy
ModuleNotFoundError: No module named 'sympy'
@inisis inisis self-assigned this May 30, 2024
@inisis inisis added the bug Something isn't working label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants