Installing PyBoolector from PyPi using pip install pyboolector
results in errors.
There is currently no wheel for Python 3.10 on PyPi, therefore pip tries to install using the source, however this results in an error about the CMakeLists.txt
also seen in #175 and #176.