You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.7/dist-packages/pipenv/vendor/pipdeptree.py", line 16, in <module>
from pipenv.vendor.pip_shims import get_installed_distributions, FrozenRequirement
ModuleNotFoundError: No module named 'pipenv'
Expected result
Some dependency graph to be shown.
Actual result
(see above)
Steps to replicate
In the official Pipenv Docker image (docker run -it --rm kennethreitz/pipenv /bin/bash):
Issue description
pipenv graph
fails with the following output:Expected result
Some dependency graph to be shown.
Actual result
(see above)
Steps to replicate
In the official Pipenv Docker image (
docker run -it --rm kennethreitz/pipenv /bin/bash
):pipenv --python 3.7 pipenv graph # fails
$ pipenv --support
Pipenv version:
'2018.10.9'
Pipenv location:
'/usr/local/lib/python3.7/dist-packages/pipenv'
Python location:
'/usr/bin/python3.7'
Python installations found:
3.7.0
:/usr/bin/python3
3.7.0
:/usr/bin/python3.7
3.7.0
:/usr/bin/python3.7m
3.6.6
:/usr/bin/python3.6m
3.6.6
:/usr/bin/python3.6
2.7.15rc1
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
LC_ALL
LS_COLORS
LESSCLOSE
LANG
HOSTNAME
PWD
HOME
DEBIAN_FRONTEND
TERM
SHLVL
PATH
LESSOPEN
_
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG
:C.UTF-8
PWD
:/app
Contents of
Pipfile
('/app/Pipfile'):The text was updated successfully, but these errors were encountered: