Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#61356 - [bullet] cannot import pybullet
Attached to Project:
Arch Linux
Opened by Michel (xantares) - Friday, 11 January 2019, 19:23 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 16 December 2019, 13:34 GMT
Opened by Michel (xantares) - Friday, 11 January 2019, 19:23 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 16 December 2019, 13:34 GMT
|
Detailspybullet cannot be imported despite the cmake configuration enabling it:
In [1]: import pybullet --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-1-460a0fba72bb> in <module> ----> 1 import pybullet ModuleNotFoundError: No module named 'pybullet' |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Monday, 16 December 2019, 13:34 GMT
Reason for closing: Fixed
Monday, 16 December 2019, 13:34 GMT
Reason for closing: Fixed
python setup.py build
and the following to package()
python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
The setup.py script then installs all the necessary files to /usr/lib/pythonx.x/site-packages/. The python-setuptools must be added to makedepends