Replies: 1 comment 1 reply
-
I am unsure what is wrong here @PatrickAlphaC we could use some help here sir. |
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
-
When I run python3 -m pip install slither-analyzer in my terminal I get this error:
Building wheels for collected packages: ckzg
Building wheel for ckzg (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for ckzg (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
running bdist_wheel
running build
running build_ext
'cl' is not recognized as an internal or external command,
operable program or batch file.
error: [WinError 2] The system cannot find the file specified
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for ckzg
Failed to build ckzg
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (ckzg)
If I run it in my WSL I get this error:
dsbex@DESKTOP-RKI8K0N:/mnt/c/Users/User$ python3 -m pip install slither-analyzer
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.
hint: See PEP 668 for the detailed specification.
Beta Was this translation helpful? Give feedback.
All reactions