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

Docker build fails with python dependency error #688

Open
AnkitBhalla22 opened this issue Dec 23, 2022 · 0 comments
Open

Docker build fails with python dependency error #688

AnkitBhalla22 opened this issue Dec 23, 2022 · 0 comments

Comments

@AnkitBhalla22
Copy link

Hi Team,

I cloned the httpbin repo with tag v0.6.1 and tried to build docker image using command docker build , but it seems to fails while installing the python dependency got this error:
Downloading limits-1.6.tar.gz (37 kB)

Collecting WhiteNoise
  Downloading whitenoise-5.2.0-py2.py3-none-any.whl (19 kB)
ERROR: Package 'WhiteNoise' requires a different Python: 2.7.18 not in '>=3.5, <4'
WARNING: You are using pip version 20.0.2; however, version 20.3.4 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.

Seems it not taking proper version mentioned in pipfile.lock, can you please help on this

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