-
-
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
JSONDecodeError while locking if pythonwarning is tirggered #3273
Comments
This comment has been minimized.
This comment has been minimized.
Hm the solution is to get warnings to write to stderr... |
- Fixes #3273 Signed-off-by: Dan Ryan <dan@danryan.co>
Probably a cockpit error, but I'm still seeing this bug. Abbreviated summary form here, full details in the attached files: pipenv_bug_3273.txt
|
The fix hasn’t been released so you’ll have to install from master. Can you confirm this is using the master branch? |
That's almost certainly the problem. I assumed that since the version on my machine had a version later than when you closed this bug that I had the latest:
I'll install from master and try again. Note to my future self (and others that follow):
Thank you. P.S.: Fun fact: I dropped a suggestion to the author of
|
I did install from master but now when I run pipenv install --dev it throws other bunch of errors |
C:\Users\shaqi\Documents\AdvancePython\2019fa-csci-test-shaqirfan>pipenv install --dev During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I don't have Anaconda2 at all. All I have is Anaconda3 |
Issue description
With PYTHONWARNINGS=once pipenv fails because warning is appended to JSON generated lock
Actual result
Workaround is set PYTHONWARNINGS=ignore
The text was updated successfully, but these errors were encountered: