Search Criteria
Package Details: python-multiprocess 0.70.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-multiprocess.git (read-only, click to copy) |
---|---|
Package Base: | python-multiprocess |
Description: | better multiprocessing and multithreading in python |
Upstream URL: | https://github.com/uqfoundation/multiprocess |
Licenses: | BSD-3-Clause |
Submitter: | xantares |
Maintainer: | carlosal1015 (AutoUpdateBot) |
Last Packager: | carlosal1015 |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-16 18:12 (UTC) |
Last Updated: | 2025-01-20 02:03 (UTC) |
Dependencies (7)
- python-dill
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-tests (check)
Latest Comments
carlosal1015 commented on 2025-01-20 02:04 (UTC)
Thanks Jakub. I added it.
lahwaacz commented on 2025-01-19 19:32 (UTC)
@carlosal1015 I would like to move this package to the
extra
repository. Can you add the 0BSD license file (affecting just the PKGBUILD) that we need since RFC 0040?GPereira commented on 2024-05-01 21:17 (UTC)
I could only build this by installing python-tests even though I had python-pytest installed before
sashkent3 commented on 2023-09-22 12:07 (UTC)
Hi @carlosal1015!
pytest -v
doesn't give much new info unfortunately. Besides, the error is clear to me. If I uninstall python-tests thenpython3 -c "import test.support"
indeed fails. Maybe you have python-tests installed for some other reason? Could you maybe try uninstalling it temporarily?carlosal1015 commented on 2023-09-21 22:09 (UTC)
Hi @sashkent3, I can not produce the issue. Could you add verbose option for get more information, for example
pytest -v
.sashkent3 commented on 2023-09-21 15:29 (UTC) (edited on 2023-09-21 15:37 (UTC) by sashkent3)
I think that the python-tests dependency is missing. The following tests otherwise fail with
ModuleNotFoundError: No module named 'test.support'
:JohnRobson commented on 2019-03-21 16:57 (UTC)
The folder is: /tmp/yay/python-multiprocess/src/multiprocess-multiprocess-0.70.7
greyltc commented on 2017-03-14 16:15 (UTC)