JSONDecodeError while locking if pythonwarning is tirggered #3273
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
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: