Problem while using slither #1939
Unanswered
patilchirag99
asked this question in
Installation
Replies: 1 comment 2 replies
-
|
Hi you've installed a different package (https://pypi.org/project/slither/) and not slither-analyzer (https://pypi.org/project/slither-analyzer/). You can fix this by running |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
slither slither .
pygame 2.4.0 (SDL 2.26.4, Python 3.10.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/slither", line 5, in
from slither.main import main
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/slither/main.py", line 26, in
from slither.slither import Slither
ImportError: cannot import name 'Slither' from 'slither.slither' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/slither/slither.py)
Getting above error while using slither on Mac
Beta Was this translation helpful? Give feedback.
All reactions