PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 26th of February, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[04:05:47] <pgnd> i've installed newer versions (than distro-packaged) of python with pyenv; current, i've python 3.8-dev installed and set as global default.
[04:05:47] <pgnd> i'm working on an app build which needs dev files from Shiboken2 -- namely, "Shiboken2Config.cmake".
[04:05:47] <pgnd> Shiboken2 _is_ installed with `pip install Shiboken2`,
[04:05:47] <pgnd> but withOUT the dev files -- cmake files, etc.
[04:06:05] <pgnd> how do you pip-install to get those dev files as well? or is a manual build from src req'd?
[04:29:38] <altendky> can i specify urls for requirements in pyproject.toml build-system requires? pyqt5-tools uses aqtinstall during package build and i want to try it out from github rather than a pypi release. i've tried a few approaches so far. https://bpaste.net/STBQ i also tried adding pip to the requires and subprocessing to it to install aqtinstall which succeeds but subsequent subprocesses don't seem to see it (presumably it
[04:29:38] <altendky> didn't install into the isolated space i guess)