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#80185 - [stp] "No module named 'library_path'"
Attached to Project:
Arch Linux
Opened by Jonathan Krebs (thejonny) - Tuesday, 07 November 2023, 07:34 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:21 GMT
Opened by Jonathan Krebs (thejonny) - Tuesday, 07 November 2023, 07:34 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:21 GMT
|
DetailsDescription:
Importing the python module for STP fails Additional info: * package version: stp 2.3.3-11 Steps to reproduce: ``` jonny@charon ~> python Python 3.11.5 (main, Sep 2 2023, 14:16:33) [GCC 13.2.1 20230801] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import stp Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.11/site-packages/stp/__init__.py", line 23, in <module> from .stp import Expr, Solver, stp, add, bitvec, bitvecs, check, model File "/usr/lib/python3.11/site-packages/stp/stp.py", line 45, in <module> from library_path import PATHS ModuleNotFoundError: No module named 'library_path' >>> jonny@charon ~> pacman -Qo /usr/lib/python3.11/site-packages/stp/stp.py /usr/lib/python3.11/site-packages/stp/stp.py is owned by stp 2.3.3-11 ``` |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:21 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/stp/issues/1
Saturday, 25 November 2023, 20:21 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/stp/issues/1
[1]: https://github.com/stp/stp/pull/455