-
-
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
extra markers doesn't seem to work #3043
Labels
Type: Duplicate
This issue is a duplicate of an already-existing issue.
Comments
Replicated here, either 'extra' marker should be ignored when installing, or it shouldn't be produced by resolver. |
techalchemy
added
the
Type: Duplicate
This issue is a duplicate of an already-existing issue.
label
Oct 16, 2018
This was referenced Oct 20, 2018
tyilo
added a commit
to fredagscafeen/web
that referenced
this issue
Oct 29, 2020
tyilo
added a commit
to fredagscafeen/web
that referenced
this issue
Feb 2, 2021
tyilo
added a commit
to fredagscafeen/web
that referenced
this issue
Feb 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
When installing
django-constance
usingpipenv install "django-constance[database]"
, it will correctly install the dependencydjango-picklefield
.However when installing in another venv using
pipenv install
,django-picklefield
is not installed.Expected result
pipenv install
should installdjango-picklefield
.Actual result
django-picklefield
is not installed. Pipenv gives the warning:Full install output:
Steps to replicate
$ pipenv --support
Pipenv version:
'2018.10.13'
Pipenv location:
'/home/tyilo/.local/lib/python3.7/site-packages/pipenv'
Python location:
'/usr/bin/python'
Python installations found:
3.7.0
:/usr/bin/python3.7
3.7.0
:/usr/bin/python3.7m
3.5.3
:/opt/pypy3/bin/pypy3
2.7.15
:/usr/bin/python2.7
2.7.13
:/opt/pypy/bin/pypy
PEP 508 Information:
System environment variables:
COLORTERM
DBUS_SESSION_BUS_ADDRESS
DESKTOP_SESSION
DISPLAY
EDITOR
GDMSESSION
GDM_LANG
GRADLE_HOME
GTK_MODULES
HG
HOME
JIF
LANG
LC_MEASUREMENT
LC_PAPER
LC_TIME
LOGNAME
MAIL
MOZ_PLUGIN_PATH
PATH
PWD
SHELL
SHLVL
SMLNJ_HOME
TERM
THEOS
THEOS_DEVICE_IP
USER
USERNAME
VIRTUAL_ENV_DISABLE_PROMPT
VTE_VERSION
WINDOWID
WINDOWPATH
XAUTHORITY
XDG_RUNTIME_DIR
XDG_SEAT
XDG_SESSION_DESKTOP
XDG_SESSION_ID
XDG_SESSION_TYPE
XDG_VTNR
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/home/tyilo/bin:/home/tyilo/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/smlnj/bin
SHELL
:/usr/bin/fish
EDITOR
:vim
LANG
:en_US.UTF-8
PWD
:/tmp/pipenv-markers-test
Contents of
Pipfile
('/tmp/pipenv-markers-test/Pipfile'):Contents of
Pipfile.lock
('/tmp/pipenv-markers-test/Pipfile.lock'):The text was updated successfully, but these errors were encountered: