PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 8th of September, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:15:16] <pombreda> !logs
[08:15:16] <pmxbot> http://chat-logs.dcpython.org/channel/pypa
[17:04:46] <pombreda> A plain wheel built with python setup.py bdist_wheel and https://github.com/nexB/scancode-toolkit/blob/develop/setup.py#L111 cannot be installed by pip afterwards?
[17:04:47] <pombreda> The built wheel is there https://github.com/pombredanne/conan/blob/master/thirdparty/prod/scancode_toolkit-2.0.0.dev1-py2-none-any.whl
[17:04:47] <pombreda> And I get this error when I pip install the wheel https://dpaste.de/byer
[17:04:47] <pombreda> InvalidRequirement: Invalid requirement, parse error at "'; linux '"
[17:04:48] <pombreda> note: this is all about extra_requires and environment markers and these extra_requires are to work around some cross os build issue on the latest lxml :P
[17:04:48] <pombreda> I am using all the latest venv, pip, wheel and setuptools FWIW