You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gk4delltech no problem. If you experience any issue with building on openSUSE, please report and we will try to help.
Note that we could also add a container-based smoke test to make sure things work in all cases?
The latest scancode-toolkit is not building on SLES 15 SP4. I could build a month ago, but not now. We cannot seem to resolve the dependencies.
sudo zypper install -y python3-devel git-core
sudo pip install --upgrade pip setuptools wheel ftfy jaraco-functools commoncode plugincode debian-inspector importlib-metadata jinja2 zipp markupsafe requests click
mkdir ~/source
cd ~/source
git clone https://github.com/nexB/scancode-toolkit.git
cd scancode-toolkit
git checkout develop
./configure
source venv/bin/activate
sudo pip install scancode-toolkit
which scancode
The text was updated successfully, but these errors were encountered: