We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The package "django-timezone-field" successfully installs but once it's listed as a dependency the lock file will no longer update.
Running pipenv 2018.6.25, Python 2.7.15
After installing django-timezone-field, the lock file should update or produce an error.
It doesn't update, and any dependencies added in the future will not be added to the lock file either.
$ pipenv --two $ pipenv install django-timezone-field
No lockfile will be created, pipenv lock will not create one, and future installs will not create one either.
pipenv lock
The text was updated successfully, but these errors were encountered:
pipenv lock --clear -v exceeds the maximum rounds:
pipenv lock --clear -v
ROUND 16 Current constraints: django==2.0.6,>=1.8 django-timezone-field==2.1 (frINFO:notpip._internal.req.req_set:Ignoring django-timezone-field: markers 'python_version >= "3.4"' don't match your environment
Should be fixed after #2430
Sorry, something went wrong.
This is fixed in master, confirmed
No branches or pull requests
The package "django-timezone-field" successfully installs but once it's listed as a dependency the lock file will no longer update.
Running pipenv 2018.6.25, Python 2.7.15
Expected result
After installing django-timezone-field, the lock file should update or produce an error.
Actual result
It doesn't update, and any dependencies added in the future will not be added to the lock file either.
Steps to replicate
No lockfile will be created,
pipenv lock
will not create one, and future installs will not create one either.The text was updated successfully, but these errors were encountered: