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
If I run install with pipenv version (2018.7.1) it works, but if I run it with the current version (2018.10.9) it fails with this error:
An error occurred while installing dogpile-cache==0.6.7 --hash=sha256:fca7deb7c276b879b01c15c5d39b3c05701dc43b263ec3fef1e52cb851cf88ab! Will try again.
Expected result
It should install the package
Actual result
It fails
Steps to replicate
Create this file as a dockerfile
FROM python:3.6
RUN pip install pipenv=="2018.10.9"
WORKDIR /app
COPY Pipfile.fail /app/Pipfile
COPY Pipfile.fail.lock /app/Pipfile.lock
RUN pipenv install --system
Issue description
I have a Pipfile.lock with this version of dogpile.cache:
If I run install with pipenv version (2018.7.1) it works, but if I run it with the current version (2018.10.9) it fails with this error:
Expected result
It should install the package
Actual result
It fails
Steps to replicate
Create this file as a dockerfile
Run docker build -t to_delete -f Dockerfile
$ pipenv --support
Pipenv version:
'2018.10.9'
Pipenv location:
'/usr/local/lib/python3.6/site-packages/pipenv'
Python location:
'/usr/local/bin/python'
Python installations found:
3.6.6
:/usr/local/bin/python3.6
3.6.6
:/usr/local/bin/python3.6m
3.5.3
:/usr/bin/python3.5m
3.5.3
:/usr/bin/python3.5
2.7.13
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
HOSTNAME
PYTHON_PIP_VERSION
HOME
GPG_KEY
PATH
LANG
PYTHON_VERSION
PWD
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG
:C.UTF-8
PWD
:/app
Contents of
Pipfile
('/app/Pipfile'):Contents of
Pipfile.lock
('/app/Pipfile.lock'):The text was updated successfully, but these errors were encountered: