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

Installing django-timezone-field doesn't update lock file #2464

Closed
jarcoal opened this issue Jun 28, 2018 · 2 comments
Closed

Installing django-timezone-field doesn't update lock file #2464

jarcoal opened this issue Jun 28, 2018 · 2 comments

Comments

@jarcoal
Copy link

jarcoal commented Jun 28, 2018

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
$ 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.

@frostming
Copy link
Contributor

pipenv lock --clear -v exceeds the maximum rounds:

                          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

@techalchemy
Copy link
Member

This is fixed in master, confirmed

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

3 participants