-
-
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
KeyError: 'platlibdir' during pipenv clean #3113
Comments
Thanks for the thorough debug info. Would you mind trying out |
I'm going to open a new issue into the |
Woo, it works(also happy Halloween). I'm still getting the |
ok this was fixed in #3096, going to add a news entry for it and close it out |
- Fix inadvertent occasional global installation of files - Fix inadvertent occcasional global removal of files - Fix empty output from `pipenv update --outdated` - Fixes #2828 - Fixes #3113 - Fixes #3047 - Fixes #3055 Signed-off-by: Dan Ryan <[email protected]>
Issue description
When running
pipenv clean
I get an exception.Expected result
A successful
pipenv clean
.Actual result
From inside a completely empty directory(I get the same error from projects I'm working on too):
Steps to replicate
I haven't had this command work. I am running OpenSUSE Tumbleweed. I used pyenv to install the latest python 3.6, however I'm not sure if that integration is working.
Adding
import pprint; pprint.pprint(config)
atpipenv/project.py:956
provides the following dict:$ pipenv --support
Pipenv version:
'2018.10.13'
Pipenv location:
'/home/opal/.local/lib/python3.6/site-packages/pipenv'
Python location:
'/usr/bin/python3'
Python installations found:
The text was updated successfully, but these errors were encountered: