-
-
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
Broken pipe in WSL2 #4396
Comments
I just tried to replicate this on my WSL2 Debian with Python 3.8.5 and had no issues doing so:
|
Thank you, did you install python 3.8.5 from source? as i cant seem to install it from
But python 3.7 is there
|
Ignore the message I just deleted. This was Debian not Ubuntu :) - I think I built from source according to this: https://linuxize.com/post/how-to-install-python-3-8-on-debian-10/ (though with 3.8.5 not 3.8.2). |
For info, here's my
{'implementation_name': 'cpython',
|
@jthorpe6 Has this been resolved? |
Hey, I'm unable to test this, as I don't use WSL anymore. I'm happy for it to be closed. |
@ividito What commands were you running/what Pipfile or other useful context? I have a friend at work that runs pipenv in WSL and I haven't heard of any complaints from him, so I would like to ask for more details to be able to reproduce it. |
I've dropped pipenv since I commented, but here's my Pipfile from when I last observed this issue:
I ran into the issue while running |
Issue description
Within WSL2 (Debian), when creating an environment and running
pipenv shell
i receive a broken pipe when it try's to load. I dont know if this is a WSL2 thing or a pipenv thing.Expected result
I would have expected to be put into the virtualenv
Actual result
When possible, provide the verbose output (
--verbose
), especially for locking and dependencies resolving issues.Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
Please run
$ pipenv --support
, and paste the results here. Don't put backticks (`
) around it! The output already contains Markdown formatting.$ pipenv --support
Pipenv version:
'2020.6.2'
Pipenv location:
'/home/jthorpe/.local/lib/python3.7/site-packages/pipenv'
Python location:
'/usr/bin/python3'
Python installations found:
3.7.3
:/usr/bin/python3.7
3.7.3
:/usr/bin/python3
3.7.3
:/usr/bin/python3.7m
2.7.16
:/usr/bin/python2
2.7.16
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
SHELL
LESS
WSL_DISTRO_NAME
WT_SESSION
PIPENV_ACTIVE
NAME
PWD
LOGNAME
PIP_PYTHON_PATH
HOME
LANG
WSL_INTEROP
LS_COLORS
TERM
LESSOPEN
USER
PIP_DISABLE_PIP_VERSION_CHECK
DISPLAY
SHLVL
PYTHONDONTWRITEBYTECODE
WSLENV
PATH
HOSTTYPE
WT_PROFILE_ID
OLDPWD
_
PIP_SHIMS_BASE_MODULE
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
PIPENV_ACTIVE
:1
Debug–specific environment variables:
PATH
:/home/jthorpe/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/Android:/mnt/c/Windows/System32:/mnt/c/Program Files/dotnet/:/mnt/c/Users/Joe/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/Joe/Documents/opt/emacs26/bin:/mnt/c/Users/Joe/AppData/Local/hyper/app-3.0.2/resources/bin:/mnt/c/Users/Joe/AppData/Local/Programs/Microsoft VS Code/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/jthorpe/.local/bin:/mnt/c/Windows/System32/:/mnt/c/Windows/SysWOW64/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/jthorpe/.local/bin:/mnt/c/Windows/System32/:/mnt/c/Windows/SysWOW64/
SHELL
:/bin/bash
LANG
:en_US.UTF-8
PWD
:/tmp/temp
Contents of
Pipfile
('/tmp/temp/Pipfile'):Contents of
Pipfile.lock
('/tmp/temp/Pipfile.lock'):The text was updated successfully, but these errors were encountered: