PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 19th of April, 2021

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[11:08:30] <ThiefMaster> would it make sense to add `wheel` to `setup_requires`? I noticed a bunch of warnings like "Using legacy 'setup.py install' for pyrsistent, since package 'wheel' is not installed." when installing my package in a fresh venv
[11:09:44] <ngoldbaum> ThiefMaster: setup_requires is a legacy hook that uses easy_install and generally doesn’t work very well, i think these days there are pyproject.toml hooks that replace it
[11:12:01] <ThiefMaster> fwiw i don't use pyproject.toml atm but setup.cfg and setup.py, with the latter only dumping my requirements.txt into setup(install_requires=...) as my package is not a library but an appllication and thus uses pinned versions for everything (too bad `install_requires = file: requirements.txt` is not supported :/)
[11:18:36] <ngoldbaum> for dev requirements you have to use pyproject.toml iiuc, otherwise there’s no way to ensure the dev requirements are installed before the backend is loaded
[14:29:42] <[-_-]> hello
[14:30:06] <[-_-]> pip is asking for creating a kde wallet
[14:30:13] <[-_-]> is this necessary?
[14:30:18] <[-_-]> can I skip somehow?
[14:30:41] <eamanu> ¿? I guess that never woud happen?
[14:31:54] <[-_-]> what does '¿?' mean?
[14:32:40] <eamanu> I mean, I'm confused
[14:32:59] <[-_-]> okay...now what do I do?
[14:36:44] <eamanu> do you installed it from a official page?
[14:39:06] <[-_-]> no
[14:39:13] <[-_-]> I installed it from arch repo
[14:51:03] <ngoldbaum> might be worth asking in an arch support channel
[14:54:34] <[-_-]> okay
[14:54:40] <[-_-]> Thanks for replying
[16:33:15] <lazka> I also get kwallet popups all the time.. my solution was to uninstall kde :P
[16:33:40] <eamanu> I never see that? only on arch ?