Description
Hi, im trying to get and run scancode for scanning my golang application. I'm on a ubuntu 20 machine. I am trying to follow the recommended path decribed in your readme.
I am using the latest release that I could find here.
First I go and download the latest release:
scancode-toolkit-21.3.31_py36-linux.tar.xz
I then unpack it:
tar -xvf scancode-toolkit-21.3.31_py36-linux.tar.xz
I also run this command, as described in the prereq page of the documentation:
sudo apt install python3.8-dev bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libpopt0
I then run the executeable, which renders the following:
./scancode
* Configuring ScanCode for first use...
ERROR: Could not find a version that satisfies the requirement pyahocorasick<1.5,>=1.4 (from scancode-toolkit)
ERROR: No matching distribution found for pyahocorasick<1.5,>=1.4
now, if I run ' ./configure --clean' and run scancode again, the same happens, just with another dependency.
Ok, so I try installing all dependencies from the requirements.txt file:
pip3 install -r ./requirements.txt
This however has no effect, the still issue persists.
I then try installing them with the pip versions in the /bin folder:
./bin/pip3 install -r ./requirements.txt
and the same problem persists, also for the pip3.6 and pip files
What is the issue here?
System configuration
Description
Hi, im trying to get and run scancode for scanning my golang application. I'm on a ubuntu 20 machine. I am trying to follow the recommended path decribed in your readme.
I am using the latest release that I could find here.
First I go and download the latest release:
scancode-toolkit-21.3.31_py36-linux.tar.xzI then unpack it:
tar -xvf scancode-toolkit-21.3.31_py36-linux.tar.xzI also run this command, as described in the prereq page of the documentation:
sudo apt install python3.8-dev bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libpopt0I then run the executeable, which renders the following:
now, if I run ' ./configure --clean' and run scancode again, the same happens, just with another dependency.
Ok, so I try installing all dependencies from the requirements.txt file:
pip3 install -r ./requirements.txtThis however has no effect, the still issue persists.
I then try installing them with the pip versions in the /bin folder:
./bin/pip3 install -r ./requirements.txtand the same problem persists, also for the pip3.6 and pip files
What is the issue here?
System configuration