Search Criteria
Package Details: python-multiprocess 0.70.15-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: | custom:BSD-3-Clause |
Submitter: | xantares |
Maintainer: | carlosal1015 (AutoUpdateBot) |
Last Packager: | carlosal1015 |
Votes: | 11 |
Popularity: | 0.004043 |
First Submitted: | 2016-11-16 18:12 (UTC) |
Last Updated: | 2023-07-24 01:01 (UTC) |
Dependencies (6)
- python-dill
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
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)