-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'pyboolector' #170
Comments
Hi @songzenghui, can you confirm whether you have an Arm-based or an x86-based Mac? I believe PyBoolector is currently only built for x86-based Mac, so am assuming that is your platform. |
yes, my mac is based x86.
|
I found pip only install
|
What happens when you try to |
Huh, the wheel files for maxosx_11_0 are only 2.5 kB versus the 2.2 MB for linux. The linux ones also come with more than just the dist-info and have the boolector binary and python wrappers. Is there something wrong with the mac build? I also don't know much about python packages and pip, so maybe there's something different to how mac packages work. See wheel files here: |
Good observation, @alwilson. Just went to check the boolector CI logs (they're using Azure, but you can still see logs from the last build). Looks like the following error was just silently ignored: I'll try to have a look when I have a little time... |
Can you take a moment to look at this question? @mballance |
Apologies for the delay, @songzenghui. I had a chance to look into this today and believe I've resolved the issue. I've posted a hand-created build on PyPi that you can install using pip. Because you have another version installed, I recommend installing with:
You should see PyBoolector-3.2.2.350174922-cp39-cp39-macosx_10_9_x86_64.whl downloaded and installed. Please confirm that this works for you, and I'll work with the Boolector team to update their continuous integration build of the Python extension. |
thank you. It done now with python3.9 |
Has anyone noticed that pip still downloads v3.2.2.20221010, but the version on pypi is 3.2.2.350174922? Struggling to force install of latest 3.2.2.350* version. |
I have installed pyvsc successfully but when i
import vsc
, it hinthere is my pip list:
my os is macos 13.0.1, python version is 3.10
The text was updated successfully, but these errors were encountered: