-
-
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
File Exist error on locking #4326
Comments
I'm facing a similar issue with a single project. On this system I'm using I'll do some digging and see if there's anything I can find to help narrow down what is happening. Edit: It seems to be an issue with installing a local package - I can reproduce the issue by running @con-f-use could you check your Edit 2: I've noticed the path of the local package This is what I'm running; which fails with similar output to above:
This is an extract from my mypackagename = {editable = true, path = "./.."} To clarify, when installing a local package the path is incorrectly added to the |
Chipping in I'm getting the same thing. Tried rolling back to old pipenv versions and the latest (stable) one that works is Re: the issue, I did indeed narrow it down to the local package as the
|
I am installing local packages in my dev-packages, too. So yes. |
It seems to be related to the path being a parent directory of the directory with the @con-f-use are you local packages also in a parent directory? |
Basically this:
I helped myself by hacking The |
Same issue for local packages for package with own Pipfile. |
It's been a couple of month, can we get this fixed, please? |
@con-f-use Did you try 2020.8.13 release? No longer copy tree for now. |
I was on 2020.08.13, yes. The copytree is in one of the vendor libraries included with pipenv
although it is quite weird, when I look at the source:
There is indeed no |
I think this is closeable at this point, pipenv==2022.4.21 is released. Let me know if it needs to be re-opened. |
Issue description
After updating pipenv from 2018.11.26 to 2020.6.2 pipenv always crashes for one of my projects with this traceback:
$ pipenv --support
Pipenv version:
'2020.6.2'
Pipenv location:
'/home/jan/.local/lib/python3.6/site-packages/pipenv'
Python location:
'/usr/bin/python3'
Python installations found:
... hangs indefinetly trying to find python installations....
The text was updated successfully, but these errors were encountered: