-
-
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 install fails with nonascii path #2859
Labels
Type: Bug 🐛
This issue is a bug.
Comments
I hate Python 2. Thanks for the report! |
FYI this is also a bug in prettytoml, it is a huge pain and we need to just find a way to remove prettytoml if we want to fix it |
@techalchemy Be noted that this issue is not related to toml parsing but Unicode support on Python 2.7. We should keep it open. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
When you try install local package from path that is not ascii you got python exception.
Run
pipenv install /home/mejty/Stažené/metallurgical_materials-0.0.0.1-py3-none-any.whl
Expected result
Instaled package
Actual result
Steps to replicate
Install pakage from nonascii path
$ pipenv --support
Pipenv version:
'2018.7.1'
Pipenv location:
'/home/mejty/.local/lib/python2.7/site-packages/pipenv'
Python location:
'/usr/bin/python2'
Other Python installations in
PATH
:2.7
:/usr/bin/python2.7
2.7
:/usr/bin/python2.7
3.6
:/usr/bin/python3.6m
3.6
:/usr/bin/python3.6
3.7
:/usr/bin/python3.7m
3.7
:/usr/bin/python3.7
2.7.15
:/usr/bin/python
2.7.15
:/usr/bin/python2
3.6.6
:/usr/bin/python3
PEP 508 Information:
System environment variables:
SSH_ASKPASS
LC_NUMERIC
GUROBI_HOME
BASH_FUNC_module%%
PROJECT_HOME
GNOME_DESKTOP_SESSION_ID
BASH_FUNC_scl%%
GJS_DEBUG_OUTPUT
LESSOPEN
PYTHONDONTWRITEBYTECODE
XDG_CURRENT_DESKTOP
LC_PAPER
QT_IM_MODULE
LOGNAME
USER
HOME
XDG_VTNR
QTDIR
PATH
HISTSIZE
DISPLAY
XDG_SESSION_DESKTOP
LANG
QTLIB
TERM
SHELL
MODULEPATH_modshare
SESSION_MANAGER
QTINC
WAYLAND_DISPLAY
LD_LIBRARY_PATH
XMODIFIERS
MODULES_RUN_QUARANTINE
MODULESHOME
LC_MONETARY
USERNAME
WORKON_HOME
SHLVL
XDG_RUNTIME_DIR
MAIL
SSH_AUTH_SOCK
VTE_VERSION
GDMSESSION
BASH_FUNC__moduleraw%%
ENV
XDG_DATA_DIRS
PIP_PYTHON_PATH
BASH_ENV
LOADEDMODULES
XDG_SESSION_ID
DBUS_SESSION_BUS_ADDRESS
_
MODULEPATH
DESKTOP_SESSION
BASH_FUNC_switchml%%
GNOME_TERMINAL_SERVICE
XDG_SESSION_TYPE
XDG_SEAT
OLDPWD
HOSTNAME
GDM_LANG
GJS_DEBUG_TOPICS
HISTCONTROL
LC_MEASUREMENT
PWD
CVS_RSH
COLORTERM
XDG_MENU_PREFIX
LC_TIME
LS_COLORS
MODULES_CMD
GNOME_TERMINAL_SCREEN
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/home/mejty/miniconda3/bin:/home/mejty/miniconda3/bin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/mejty/.local/bin:/home/mejty/bin
SHELL
:/bin/bash
LANG
:cs_CZ.UTF-8
PWD
:/home/mejty/Dokumenty/test_merica_package
Contents of
Pipfile
('/home/mejty/Dokumenty/test_merica_package/Pipfile'):Contents of
Pipfile.lock
('/home/mejty/Dokumenty/test_merica_package/Pipfile.lock'):The text was updated successfully, but these errors were encountered: