Cannot parse python beta version markers, eg: 3.11.0b1 #5132
Labels
Type: Bug 🐛
This issue is a bug.
Type: Vendored Dependencies
This issue affects vendored dependencies within pipenv.
Issue description
pipenv install
fails if run in parallel in multiple projects in multiple tabs. It returns the following error:Expected result
All
pipenv install
should execute without any interference between each other because these are completely independent projects.Steps to replicate
run
pipenv install
in multiple linux tabs and multiple (independent) Python projects in parallel. The more projects the more likely it will fail (I guess this is a caching issue so this cannot be replicated deterministically).The only way to mitigate this is to run
pipenv --clear
andpipenv install
sequentially.$ pipenv --support
Pipenv version:
'2022.6.7'
Pipenv location:
'/home/robert/anaconda3/lib/python3.7/site-packages/pipenv'
Python location:
'/home/robert/anaconda3/bin/python'
Python installations found:
3.8.10
:/usr/bin/python3
3.8.10
:/usr/bin/python3.8
3.7.13
:/home/robert/anaconda3/bin/python3
3.7.13
:/home/robert/anaconda3/bin/python3.7
3.7.13
:/home/robert/anaconda3/bin/python
3.7.13
:/home/robert/anaconda3/bin/python3.7m
2.7.18
:/usr/bin/python2.7
2.7.18
:/usr/bin/python2
2.7.18
:/usr/bin/python
PEP 508 Information:
System environment variables:
SHELL
SESSION_MANAGER
QT_ACCESSIBILITY
COLORTERM
XDG_CONFIG_DIRS
SSH_AGENT_LAUNCHER
XDG_MENU_PREFIX
GNOME_DESKTOP_SESSION_ID
LC_ADDRESS
GNOME_SHELL_SESSION_MODE
LC_NAME
SSH_AUTH_SOCK
XMODIFIERS
DESKTOP_SESSION
LC_MONETARY
GTK_MODULES
PWD
LOGNAME
XDG_SESSION_DESKTOP
XDG_SESSION_TYPE
XAUTHORITY
GJS_DEBUG_TOPICS
HOME
USERNAME
IM_CONFIG_PHASE
LC_PAPER
LANG
LS_COLORS
XDG_CURRENT_DESKTOP
VTE_VERSION
WAYLAND_DISPLAY
GNOME_TERMINAL_SCREEN
INVOCATION_ID
MANAGERPID
GJS_DEBUG_OUTPUT
GNOME_SETUP_DISPLAY
LESSCLOSE
XDG_SESSION_CLASS
TERM
LC_IDENTIFICATION
LESSOPEN
USER
GNOME_TERMINAL_SERVICE
DISPLAY
SHLVL
LC_TELEPHONE
QT_IM_MODULE
LC_MEASUREMENT
PAPERSIZE
XDG_RUNTIME_DIR
LC_TIME
JOURNAL_STREAM
XDG_DATA_DIRS
PATH
GDMSESSION
DBUS_SESSION_BUS_ADDRESS
LC_NUMERIC
OLDPWD
_
PIP_SHIMS_BASE_MODULE
PIP_DISABLE_PIP_VERSION_CHECK
PIP_PYTHON_PATH
PYTHONDONTWRITEBYTECODE
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:~/bin:/home/robert/anaconda3/bin:/home/robert/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
SHELL
:/bin/bash
LANG
:en_US.UTF-8
PWD
:/home/robert/PythonWorkspace/CubeProject/cube_norman
Contents of
Pipfile
('/home/robert/PythonWorkspace/CubeProject/cube_norman/Pipfile'):The text was updated successfully, but these errors were encountered: