Replies: 2 comments 7 replies
-
Hi @zhangzone ! It's possible PyCharm is running a different Python installation, like a virtual environment (venv). If that is the case, make sure Slither is installed in it. If that doesn't help, could you show us how you're running slither? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I think the issue is that you're trying to import |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, I can use Slither normally on the terminal, but when I use Pychram to run the code, I encounter the following problem: ModuleNotFoundError: No module named 'Slither. core' Slither 'is not a package
I used the slither-doctor according to the method you mentioned before, but it didn't solve the problem
Beta Was this translation helpful? Give feedback.
All reactions