Description
Please leave a brief description of the bug or feature request:
Creating a Python 3 virtualenv and running pip install scancode-toolkit generates this error
ERROR: Could not find a version that satisfies the requirement extractcode-libarchive (from scancode-toolkit) (from versions: none)
ERROR: No matching distribution found for extractcode-libarchive (from scancode-toolkit)
When I was testing a few days before, the Error was
ERROR: Could not find a version that satisfies the requirement extractcode-7z
The exact commands were
virtualenv -p /usr/bin/python3.6 venv-test-py3
source venv-test-py3/bin/activate
pip install scancode-toolkit
The scancode-toolkit downloaded from PyPI is of version 3.1.1
[On Python 3.6.8 and pip 19.3.1]
The python 2 pip install obviously works fine, and installs Scancode-Toolkit 3.0.2
System configuration
For bug reports, it really helps us to know:
- What OS are you running on? Ubuntu 18.04
- What version of scancode-toolkit was used to generate the scan file? v3.1.1
- What installation method was used to install/run scancode? pip
Description
Please leave a brief description of the bug or feature request:
Creating a Python 3 virtualenv and running
pip install scancode-toolkitgenerates this errorWhen I was testing a few days before, the Error was
The exact commands were
The scancode-toolkit downloaded from PyPI is of version 3.1.1
[On Python 3.6.8 and pip 19.3.1]
The python 2 pip install obviously works fine, and installs Scancode-Toolkit 3.0.2
System configuration
For bug reports, it really helps us to know: