You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
I'm not sure when Arch moved from 3.10 to 3.11, but I think this is an issue with the pre-built binary not being available for linux and cp311. I don't know enough about pypi though to be sure.
(ins)alex@riot boolector$ pip install pyboolector
Defaulting to user installation because normal site-packages is not writeable
Collecting pyboolector
Using cached PyBoolector-3.2.2.20230110.4.tar.gz (21 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in<module>
File "<pip-setuptools-caller>", line 34, in<module>
File "/tmp/pip-install-9t5g_hwd/pyboolector_4c5c1987561745b29f5c2818c717ef94/setup.py", line 14, in<module>
with open(cmakelists_txt, "r") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-9t5g_hwd/CMakeLists.txt'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
(ins)alex@riot boolector$ python --version
Python 3.11.3
The text was updated successfully, but these errors were encountered:
I'm not sure when Arch moved from 3.10 to 3.11, but I think this is an issue with the pre-built binary not being available for linux and cp311. I don't know enough about pypi though to be sure.
The text was updated successfully, but these errors were encountered: