Description
scancode 21.8.4 starts with warnings:
# scancode --version
/home/tgodau/venv3.8-scancode/lib/python3.8/site-packages/cluecode/copyrights.py:3355: FutureWarning: Possible set difference at position 3
remove_tags = re.compile(
/home/tgodau/venv3.8-scancode/lib/python3.8/site-packages/pygmars/lex.py:95: FutureWarning: Possible nested set at position 7
re.compile(m, flags=re_flags).match
ScanCode version 21.8.4
#
How To Reproduce
I created a brand new pathon 3.8.10 virtual environment for the latest scancode version with
python3 -m venv ~/venv3.8-scancode
and switched to the new venv with
source ~/venv3.8-scancode/bin/activate
Because of some errors in a previous installation test, I installed the wheel-package:
pip install wheel
followed by the scancode installation:
pip install scancode-toolkit
The installation ran without problems (no warnings, no errors).
System configuration
OS: Ubuntu 20.04.3 LTS running in a Hyper-V VM
(until now I have scancode 21.6.7 running in a python 3.6.14 venv, which works very well)
Description
scancode 21.8.4 starts with warnings:
How To Reproduce
I created a brand new pathon 3.8.10 virtual environment for the latest scancode version with
python3 -m venv ~/venv3.8-scancodeand switched to the new venv with
source ~/venv3.8-scancode/bin/activateBecause of some errors in a previous installation test, I installed the wheel-package:
pip install wheelfollowed by the scancode installation:
pip install scancode-toolkitThe installation ran without problems (no warnings, no errors).
System configuration
OS: Ubuntu 20.04.3 LTS running in a Hyper-V VM
(until now I have scancode 21.6.7 running in a python 3.6.14 venv, which works very well)