-
-
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
Not respecting PEP508 markers if dependency is otherwise referenced #2138
Comments
I think I got it fixed down in |
Just generate a patch |
@techalchemy, so revert the change and instead just add that patch file? |
@altendky no include both the latter is just for regeneration when we update things |
Some files discussed on IRC. https://gist.github.com/altendky/669495cf0814337873f194022e7bb051 |
so we're on the right track, we just need to now include the markers + the incompatible packages and merge the markers on packages that reoccur |
Yes,
pywin32
shows up here but this seems separate. This is all being checked in Linux. Just the second line doesn't trigger an error or installation of anything. Just the first line installs twisted fine. Both together result in more packages installed than if just the first line is present and I also get an error.setup
https://gist.github.com/altendky/2d079b4afe4f8c933cbf33fff7604fbd
neither
https://gist.github.com/altendky/901913cc2cce50b87bc0f7e0a6d7a15a
--verbose: https://gist.github.com/altendky/b11223613cd77c9b25adceaef744dabf
only not windows
https://gist.github.com/altendky/a4074674ffe28547ddaf20d0ee6d6ff7
--verbose: https://gist.github.com/altendky/9633cd3d2829353205474d87f12786c8
only windows
https://gist.github.com/altendky/3adc9ed474beb9e1677bd4d402a5fcc7
--verbose: https://gist.github.com/altendky/71e52586f84bb1263a1ac2558f84e4d2
both
https://gist.github.com/altendky/9baf27ac297c78c203ea5d01afc844e3
--verbose: https://gist.github.com/altendky/818526967c6d42b47ddafecf874458c0
altendky@lt:/home/epc/g/20/test$ ../pipenv/.venv/bin/python -m pipenv.help
$ python -m pipenv.help output
Pipenv version:
'11.10.2.dev1'
Pipenv location:
'/home/epc/g/20/pipenv/pipenv'
Python location:
'/home/epc/g/20/test/../pipenv/.venv/bin/python'
Other Python installations in
PATH
:2.6
:/home/altendky/.pyenv/shims/python2.6
2.6
:/home/altendky/.pyenv/shims/python2.6
2.7
:/home/altendky/.pyenv/shims/python2.7
2.7
:/home/altendky/.pyenv/shims/python2.7
2.7
:/usr/bin/python2.7
3.4
:/home/altendky/.pyenv/shims/python3.4m
3.4
:/home/altendky/.pyenv/shims/python3.4
3.5
:/home/altendky/.pyenv/shims/python3.5m
3.5
:/home/altendky/.pyenv/shims/python3.5
3.5
:/usr/bin/python3.5
3.6
:/home/altendky/.pyenv/shims/python3.6m
3.6
:/home/altendky/.pyenv/shims/python3.6
3.7
:/home/altendky/.pyenv/shims/python3.7
3.6.5
:/home/altendky/.pyenv/shims/python
2.7.13
:/usr/bin/python
2.7.14
:/home/altendky/.pyenv/shims/python2
2.7.13
:/usr/bin/python2
3.6.5
:/home/altendky/.pyenv/shims/python3
3.5.3
:/usr/bin/python3
PEP 508 Information:
System environment variables:
PIPENV_VENV_IN_PROJECT
GS_LIB
KDE_FULL_SESSION
LS_COLORS
LANG
PROFILEHOME
DISPLAY
PYENV_ROOT
SHELL_SESSION_ID
EDITOR
COLORTERM
XDG_VTNR
PAM_KWALLET5_LOGIN
SSH_AUTH_SOCK
XDG_SESSION_ID
USER
DESKTOP_SESSION
PWD
HOME
SSH_AGENT_PID
QT_ACCESSIBILITY
XDG_SESSION_TYPE
XDG_DATA_DIRS
KONSOLE_DBUS_SESSION
XDG_SESSION_DESKTOP
KONSOLE_DBUS_WINDOW
GTK_MODULES
TERM
SHELL
KONSOLE_DBUS_SERVICE
XDG_SESSION_CLASS
XDG_SEAT_PATH
XCURSOR_THEME
XDG_CURRENT_DESKTOP
GPG_AGENT_INFO
QT_LINUX_ACCESSIBILITY_ALWAYS_ON
KONSOLE_PROFILE_NAME
XDG_SEAT
SHLVL
COLORFGBG
LANGUAGE
WINDOWID
LOGNAME
DBUS_SESSION_BUS_ADDRESS
XDG_RUNTIME_DIR
XAUTHORITY
XDG_SESSION_PATH
QT_AUTO_SCREEN_SCALE_FACTOR
PATH
KDE_SESSION_UID
KDE_SESSION_VERSION
KDED_STARTED_BY_KDEINIT
SESSION_MANAGER
_
PYTHONDONTWRITEBYTECODE
PIP_PYTHON_PATH
Pipenv–specific environment variables:
PIPENV_VENV_IN_PROJECT
:1
Debug–specific environment variables:
PATH
:/home/altendky/.pyenv/bin:/home/altendky/venvs/bin:/home/altendky/.pyenv/bin:/home/altendky/.pyenv/shims:/epc/bin:/home/altendky/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/epc/bin
SHELL
:/usr/bin/fish
EDITOR
:vi
LANG
:en_US.UTF-8
PWD
:/home/epc/g/20/test
Contents of
Pipfile
('/home/epc/g/20/test/Pipfile'):Contents of
Pipfile.lock
('/home/epc/g/20/test/Pipfile.lock'):The text was updated successfully, but these errors were encountered: