Skip to content

Keeps complaining about missing packages when installing #2489

Description

@S3j5b0

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

  • Ubuntu 20.04
  • -21.3.31

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions