py setup.py install #2374
Unanswered
oo90909
asked this question in
Installation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I use the command "py setup.py install" ,to setup slither ,I got such error.
WARNING: Discarding file:///D:/software/tools/slither. Command errored out with exit status 2: 'D:\software\pycharm\python\python.exe' 'C:\Users\Administrator\AppData\Local\Temp\pip-standalone-pip-umdp2gta_env_pip_.zip\pip' install --ignore-installed --no-user --prefix 'C:\Users\Administrator\AppData\Local\Temp\pip-build-env-hme37_a2\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel Check the logs for full command output.
ERROR: Command errored out with exit status 2: 'D:\software\pycharm\python\python.exe' 'C:\Users\Administrator\AppData\Local\Temp\pip-standalone-pip-umdp2gta_env_pip_.zip\pip' install --ignore-installed --no-user --prefix 'C:\Users\Administrator\AppData\Local\Temp\pip-build-env-hme37_a2\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel Check the logs for full command output.
or i use another method to install
py -m pip install slither-analyzer
//i met
ValueError: check_hostname requires server_hostname
i can't use docker ,because i can't resolve my memory problem in C currently
Beta Was this translation helpful? Give feedback.
All reactions