-
Notifications
You must be signed in to change notification settings - Fork 37
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
Failed to install with pip install mceq
#29
Comments
If you have some time, I would recommend to set up cross-platform building of the binary wheels for mceq, so that |
Yo, I'm also getting this exact issue when pip installing with Python 3.9. Python 3.8 still works fine. |
Hi! Sorry for replying late. The issue is that binaries for 3.9 are not yet built because there were some dependencies were coming without binaries on some of the build platforms. This should be fixed now, as 3.9 becomes more popular. Why pip install throughs the error is simply because I forgot to include the header files in the setup.py and the source dist is incomplete. For the time being please clone the repo and install with |
I haven't looked into MCEq for a while and I am pleased to see the nice documentation with a simple example. The difference between 1.1 and 1.2 regarding muon number look very exciting.
I tried to do
pip install mceq
to play with it, but I got a failure about a missing header:The text was updated successfully, but these errors were encountered: