-
-
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 graph --json fails with json.decoder.JSONDecodeError in 2018.10.9 #2970
Comments
Thanks for the report @vlasovskikh -- sorry for the buggy release, we had an issue with our vendoring script failing to rewrite some imports on this release which is causing a few issues including the graph related ones. We should have the update out in the next few hours |
closing for now as this was fixed in #2975 -- let me know if you see it crop back up, I'll be cutting a new release in the morning most likely Thanks for the report, sorry again! |
Well at least now I know why I couldn't use pipenv in 3.7. |
Because of this I ignored pipenv from 2018.7.1. Pycharm uses also 'graph --json' so it cannot indexing, stubbing, using interpreter and so on.. Greate news. |
Issue description
Pipenv 2018.10.9 crashes with JSONDecodeError, while Pipenv 2018.5.18 works fine.
I'm skipping the recent updates before 2018.10.9 since they had other bugs in
pipenv graph
.Expected result
Describe what you expected.
Actual result
$ pipenv --support
Pipenv version:
'2018.10.9'
Pipenv location:
'<...>/.local/lib/python3.6/site-packages/pipenv'
Python location:
'/usr/bin/python3'
Python installations found:
3.7.0b3
:/<...>/lib/python3.7/bin/python3.7
3.6.6
:/usr/bin/python3.6
PEP 508 Information:
System environment variables:
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
: <...>SHELL
:/bin/bash
EDITOR
:vim
LANG
:en_US.UTF-8
PWD
: <...>Contents of
Pipfile
(<...>):Contents of
Pipfile.lock
<...>:The text was updated successfully, but these errors were encountered: