-
-
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 2021.11.5 regresses back to issue #2961 #4834
Comments
I can second this. On Monterey (M1 Pro) and python 2.7.17, a simple rolling back was the only solution :( |
Also in Docker image Running |
I'm also seeing this with the latest release(s) on Github Actions (Ubuntu) on python 3.8 |
I was also getting this, had to peg installation to |
Sorry but 2021.11.5 no longer supports Python 2.7, please stick to the old versions. I will yank the release of that problematic release after I got the permission of PyPI package. |
Does this mean that things will start working again during builds without the workaround? If you could please ping us when it's out, that would be great. Thank you for your help! 🙏🏼 |
Hi! Do you know whether we can remove the workaround now? |
I'm not using the workaround anymore. I think the issue has been fixed (but I'm not quite sure what I did so I'm not certain). |
Issue description
It appears that issue #2961 has returned. This is occurring on a mac.
Expected result
pipenv should operate without throwing an exception.
Actual result
Steps to replicate
Pipenv is deeply embedded in a jhbuild install, so not able to extract to exactly reproduce. But it appears that pipenv is simply not functioning at all.
"Workaround"
pip install --upgrade --user pipenv==2021.5.29
The text was updated successfully, but these errors were encountered: