Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

afdko version problem in toolnoto Dockerfile (notosetup.sh) pip install -r requirements.txt #519

Open
rspilker opened this issue Jun 19, 2020 · 1 comment

Comments

@rspilker
Copy link

When running docker build -t toolnoto . from the nototools/docker/toolnoto directory I get the following error from notosetup.sh line 50: pip install -r requirements.txt

ERROR: Could not find a version that satisfies the requirement afdko==3.4.0 (from -r requirements.txt (line 1)) (from versions: 2.7.0, 2.7.2, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.8.7, 2.8.8, 2.8.9, 2.8.10, 2.9.1)
ERROR: No matching distribution found for afdko==3.4.0 (from -r requirements.txt (line 1))
@rspilker
Copy link
Author

Most likely, the toolbase image needs to be updated to python 3:

FROM python:3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant