Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError During Installation #96
Closed
Comments
|
was trying to install for python 3.8. i hope this library will soon support python 3.8 |
|
This is supported in #94 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cannot install this library :
Command Used : pip install ssh2-python
I installed all dependencies like wheel and cmake when i run the command it first builds the library and then its shows the error.
ERROR:
ERROR: Command errored out with exit status 1:
command: /home/kahtras/Projects/Flask_serverpanel/flask-env/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-02xlnf7r/ssh2-python/setup.py'"'"'; file='"'"'/tmp/pip-install-02xlnf7r/ssh2-python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-5qmfop07/install-record.txt --single-version-externally-managed --compile --install-headers /home/kahtras/Projects/Flask_serverpanel/flask-env/include/site/python3.8/ssh2-python
cwd: /tmp/pip-install-02xlnf7r/ssh2-python/
Complete output (149 lines):
CMake Warning (dev) at /home/kahtras/Projects/Flask_serverpanel/flask-env/lib/python3.8/site-packages/cmake/data/share/cmake-3.18/Modules/BundleUtilities.cmake:233 (message):
Policy CMP0080 is not set: BundleUtilities cannot be included at configure
time. Run "cmake --help-policy CMP0080" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
ERROR: Command errored out with exit status 1: /home/kahtras/Projects/Flask_serverpanel/flask-env/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-02xlnf7r/ssh2-python/setup.py'"'"'; file='"'"'/tmp/pip-install-02xlnf7r/ssh2-python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-5qmfop07/install-record.txt --single-version-externally-managed --compile --install-headers /home/kahtras/Projects/Flask_serverpanel/flask-env/include/site/python3.8/ssh2-python Check the logs for full command output.