-
-
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 --pre doesn't work #3185
Labels
Category: Dependency Resolution
Issue relates to dependency resolution.
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
Comments
techalchemy
added
Category: Dependency Resolution
Issue relates to dependency resolution.
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
labels
Nov 7, 2018
it works fine in most cases, i'm guessing it would work fine if you erased everything including the venv and tried it again and that it was a caching issue. Can you check? |
techalchemy
added a commit
that referenced
this issue
Nov 8, 2018
- Pass `pre` correctly when using `pipenv install --pre` - Ensures we always make inline tables when writing to pipfile - Fixes #3183 - Fixes #3185 Signed-off-by: Dan Ryan <[email protected]>
@techalchemy Here is the full process:
When I run
I also tried to clear the cache:
With
|
yup I already have a fix up (thus the PR pointing at this issue) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Category: Dependency Resolution
Issue relates to dependency resolution.
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
Issue description
pipenv install --pre
doesn't work when there are pre-release packages in the Pipfile.Expected result
The same as:
Actual result
Steps to replicate
But if we lock first, it works:
pipenv install --pre
is expected to work because the--pre
option is mentioned inpipenv install -h
.$ pipenv --support
Pipenv version:
'2018.10.13'
Pipenv location:
'/home/simudyne/.local/lib/python3.6/site-packages/pipenv'
Python location:
'/home/simudyne/anaconda3/bin/python3'
Python installations found:
3.6.6
:/usr/bin/python3.6
3.6.6
:/usr/bin/python3.6m
2.7.15rc1
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
CLUTTER_IM_MODULE
SIMUDYNE_PASSWORD
LS_COLORS
LESSCLOSE
XDG_MENU_PREFIX
LANG
GDM_LANG
DISPLAY
GTK2_MODULES
COLORTERM
XDG_VTNR
SSH_AUTH_SOCK
MANDATORY_PATH
XDG_SESSION_ID
XDG_GREETER_DATA_DIR
USER
DESKTOP_SESSION
QT4_IM_MODULE
TEXTDOMAINDIR
GNOME_TERMINAL_SCREEN
DEFAULTS_PATH
QT_QPA_PLATFORMTHEME
PWD
HOME
TEXTDOMAIN
SSH_AGENT_PID
QT_ACCESSIBILITY
XDG_SESSION_TYPE
XDG_DATA_DIRS
XDG_SESSION_DESKTOP
GJS_DEBUG_OUTPUT
GTK_MODULES
TERM
SHELL
VTE_VERSION
XDG_SEAT_PATH
QT_IM_MODULE
XMODIFIERS
IM_CONFIG_PHASE
XDG_CURRENT_DESKTOP
GPG_AGENT_INFO
GNOME_TERMINAL_SERVICE
XDG_SEAT
SHLVL
LANGUAGE
GDMSESSION
GNOME_DESKTOP_SESSION_ID
LOGNAME
DBUS_SESSION_BUS_ADDRESS
XDG_RUNTIME_DIR
XAUTHORITY
XDG_SESSION_PATH
XDG_CONFIG_DIRS
PATH
GJS_DEBUG_TOPICS
SESSION_MANAGER
SIMUDYNE_USER
LESSOPEN
GTK_IM_MODULE
_
OLDPWD
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/home/simudyne/anaconda3/bin:/home/simudyne/bin:/home/simudyne/.local/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_GB.UTF-8
PWD
:/tmp/pipenv_tmp
Contents of
Pipfile
('/tmp/pipenv_tmp/Pipfile'):Contents of
Pipfile.lock
('/tmp/pipenv_tmp/Pipfile.lock'):The text was updated successfully, but these errors were encountered: