-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Pipenv 11.10.4 doesn't resolve/install package's dependencies reliably #2083
Comments
Thanks for the report and sorry for the frustration! You didn't include your lockfile so I can't really see what it contains, but I can make some general statements because we do have an issue with the resolver Ipython is specifically affected by this (and therefore so is jupyter to some extent), and as you can see I'm going to close this issue because we are tracking resolver issues in #1901 for now, but thanks for letting us know! P.S. The release you mentioned is a development release, there is an actual release out which you should install |
Hey, thanks for the quick response! Okay, the IPython-related problem is a bit annoying, but I can live with that, currently not using Notebook alot. However - just to clarify - the resolving problem seems not to be limited to IPython. Can't provide a lockfile right know as I don't have access to my laptop for a couple of days, but I can remember that my missing dependencies weren't appearing in the lockfile either. |
I’m just making a lot of possibly incorrect assumptions about the connection between these issues, there’s a branch you can try from #2076 — |
Pipenv 11.10.4 doesn't resolve/install package's dependencies reliably.
Expected result
Correct parsing, locking and installation of a package's install_requires as stated in their setup.py.
Actual result
Some dependencies are not locked in
Pipfile.lock
and therefore not installed, butpipenv graph
shows them as installed.Steps to replicate
The text was updated successfully, but these errors were encountered: