Created
August 16, 2020 10:51
-
-
Save sbs2001/6745fa374278e88314e43f76b8d9b0a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(venv) shivam@shivam-ux430:~/coding/opensource/scancode-toolkit$ ./configure | |
* Installing components ... | |
Looking in links: /home/shivam/coding/opensource/scancode-toolkit/thirdparty | |
Obtaining file:///home/shivam/coding/opensource/scancode-toolkit (from -r /home/shivam/coding/opensource/scancode-toolkit/etc/conf/requirements_base.txt (line 10)) | |
Processing ./thirdparty/certifi-2018.4.16-py2.py3-none-any.whl | |
Requirement already up-to-date: setuptools in ./lib/python3.8/site-packages (from -r /home/shivam/coding/opensource/scancode-toolkit/etc/conf/requirements_base.txt (line 3)) (46.1.3) | |
Requirement already up-to-date: wheel in ./lib/python3.8/site-packages (from -r /home/shivam/coding/opensource/scancode-toolkit/etc/conf/requirements_base.txt (line 4)) (0.34.2) | |
Requirement already up-to-date: pip in ./lib/python3.8/site-packages (from -r /home/shivam/coding/opensource/scancode-toolkit/etc/conf/requirements_base.txt (line 5)) (20.0.2) | |
Processing ./thirdparty/wincertstore-0.2-py2.py3-none-any.whl | |
Processing ./thirdparty/six-1.12.0-py2.py3-none-any.whl | |
Processing ./thirdparty/aboutcode_toolkit-3.2.1-py2.py3-none-any.whl | |
Processing ./thirdparty/apipkg-1.5-py2.py3-none-any.whl | |
Processing ./thirdparty/py-1.8.0-py2.py3-none-any.whl | |
Processing ./thirdparty/pytest-4.6.3-py2.py3-none-any.whl | |
Processing ./thirdparty/colorama-0.3.9-py2.py3-none-any.whl | |
Processing ./thirdparty/execnet-1.6.0-py2.py3-none-any.whl | |
Processing ./thirdparty/pytest_xdist-1.29.0-py2.py3-none-any.whl | |
Processing ./thirdparty/bumpversion-0.5.4.dev0-py2.py3-none-any.whl | |
Processing ./thirdparty/coverage-4.4.1-py3-none-any.whl | |
Processing ./thirdparty/pytest_cov-2.7.1-py2.py3-none-any.whl | |
Processing ./thirdparty/codecov-2.0.15-py2.py3-none-any.whl | |
Processing ./thirdparty/pytest_rerunfailures-7.0-py2.py3-none-any.whl | |
Processing ./thirdparty/nltk-3.2-py3-none-any.whl | |
Processing ./thirdparty/publicsuffix2-2.20180921-py2.py3-none-any.whl | |
Processing ./thirdparty/fingerprints-0.6.5.1-py2.py3-none-any.whl | |
Processing ./thirdparty/patch-1.16.zip | |
Processing ./thirdparty/extractcode_libarchive-3.1.3-py2.py3-none-manylinux1_x86_64.whl | |
Processing ./thirdparty/extractcode_7z-9.38.2-py2.py3-none-manylinux1_x86_64.whl | |
ERROR: Could not find a version that satisfies the requirement future>=0.16.0 (from scancode-toolkit==3.1.1->-r /home/shivam/coding/opensource/scancode-toolkit/etc/conf/requirements_base.txt (line 10)) (from versions: none) | |
ERROR: No matching distribution found for future>=0.16.0 (from scancode-toolkit==3.1.1->-r /home/shivam/coding/opensource/scancode-toolkit/etc/conf/requirements_base.txt (line 10)) | |
Traceback (most recent call last): | |
File "/home/shivam/coding/opensource/scancode-toolkit/etc/configure.py", line 573, in <module> | |
install_3pp(configs, root_dir, thirdparty_dirs, quiet=quiet) | |
File "/home/shivam/coding/opensource/scancode-toolkit/etc/configure.py", line 284, in install_3pp | |
run_pip(requirements, root_dir, tpp_dirs, quiet) | |
File "/home/shivam/coding/opensource/scancode-toolkit/etc/configure.py", line 310, in run_pip | |
call(pcmd, root_dir) | |
File "/home/shivam/coding/opensource/scancode-toolkit/etc/configure.py", line 137, in call | |
subprocess.check_call(cmd, shell=True, env=dict(os.environ), cwd=root_dir) | |
File "/usr/lib/python3.8/subprocess.py", line 364, in check_call | |
raise CalledProcessError(retcode, cmd) | |
subprocess.CalledProcessError: Command '"/home/shivam/coding/opensource/scancode-toolkit/bin/pip" install --upgrade --no-index --no-cache-dir --find-links="/home/shivam/coding/opensource/scancode-toolkit/thirdparty" --requirement "/home/shivam/coding/opensource/scancode-toolkit/etc/conf/requirements_base.txt" --requirement "/home/shivam/coding/opensource/scancode-toolkit/etc/conf/dev/requirements_base.txt"' returned non-zero exit status 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment