Package Details: python-multiprocess 0.70.16-2

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.000045
First Submitted: 2016-11-16 18:12 (UTC)
Last Updated: 2024-05-01 22:22 (UTC)

Latest Comments

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 then python3 -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':

=============================================================================
ERROR py3.11/multiprocess/tests/test_multiprocessing_fork.py
ERROR py3.11/multiprocess/tests/test_multiprocessing_forkserver.py
ERROR py3.11/multiprocess/tests/test_multiprocessing_main_handling.py
ERROR py3.11/multiprocess/tests/test_multiprocessing_spawn.py

JohnRobson commented on 2019-03-21 16:57 (UTC)

/tmp/yay/python-multiprocess/PKGBUILD: line 14: cd: /tmp/yay/python-multiprocess/src/multiprocess-0.70.7: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...
Error making: python-multiprocess

The folder is: /tmp/yay/python-multiprocess/src/multiprocess-multiprocess-0.70.7

greyltc commented on 2017-03-14 16:15 (UTC)

Please remove the python3 dependency for the python2- version here.