Message387562
Closing as third-party. But for the record, I suspect the problem here is arising from confusion between standard library modules and third-party packages: the multiprocessing package is not a 3rd party package like NumPy (for example): instead, it's part of Python's standard library.
So multiprocessing doesn't need to be listed in your requirements file and doesn't need to be installed from PyPI: just do an "import multiprocessing" in your script and away you go. |
|
Date |
User |
Action |
Args |
2021-02-23 11:57:10 | mark.dickinson | set | recipients:
+ mark.dickinson, gvanrossum, aroberge, rosarion2 |
2021-02-23 11:57:10 | mark.dickinson | set | messageid: <1614081430.55.0.715158356618.issue43304@roundup.psfhosted.org> |
2021-02-23 11:57:10 | mark.dickinson | link | issue43304 messages |
2021-02-23 11:57:09 | mark.dickinson | create | |
|