error installing slither using pip #298
Aamirmahdiy
started this conversation in
General
Replies: 3 comments 2 replies
-
It's tough to understand what is going on with all this Python installation stuff @PatrickAlphaC. We could use some help, sir. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Don't use pip, use uv. First, install uv Then run:
Let me know how this works for you! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Update: There is the package Link about the name |
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.
-
im getting this error when i want to install slither using pip
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
Beta Was this translation helpful? Give feedback.
All reactions