-
Notifications
You must be signed in to change notification settings - Fork 225
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
Gmpy2 causes installation issues downstream #46
Comments
@bebound Could you help take a look? |
I'm using macOS, and I have no issue installing
|
Perhaps, but in our project we can't be brew-installing additional dependencies on users' systems. 😞 It's only pip and/or conda we can use. I am on High Sierra 10.13.6. I'll ask my colleagues to try the same and see if they experience the same problem. |
I have asked them and those that don't have many build utilities installed weren't able to install it. Those that do - no problem. I think a solution would be to provide a Mac build. |
|
Which python are you using? I'm trying to build a wheel, can you help test whether it works? |
I just now uploaded |
I am using Py3.8 and Py3.6. I've tried it and it doesn't work. 😞 I appreciate your effort! |
Seems we can only pre-compile this project's C dependencies with wheel.
|
I built a gmpy2 wheel, can you check if this works? |
I tried, but this seems like a Linux wheel and I am on OSX. Anyhow, it reports wheel not supported on this platform. |
@bebound I'll revert the change of GMP first. Let's find a way to resolve this thoroughly later. |
Okay, I’ve found a way to build wheel for gmpy, I’ll create a PR later.
…On May 1, 2020, 12:48 +0800, Leon ***@***.***>, wrote:
@bebound I'll revert the change of GMP first. Let's find a way to resolve this thoroughly later.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yes, it works. 🙌 |
Glad to know this. I’ve opened this issue on gmpy: aleaxit/gmpy#274
…On May 2, 2020, 02:08 +0800, Ajda ***@***.***>, wrote:
Yes, it works. 🙌
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi @bebound I see your pull request has been merged, so just curious, any plan on this? 😄 |
The wheels can be found here: https://github.com/aleaxit/gmpy/actions/runs/97828599, but this has not been uploaded to pypi. PS: It seems the maintainer has trouble with windows pip install. |
One can |
|
Sure, @bebound would you like to create a pull request? |
Okay. |
I found there is no wheels for MacBook with Apple Silicon. I'll make the wheel first and create PR later. |
I've create #67 |
#44 introduces gmpy2 dependency, which causes major issues downstream. Error:
src/gmpy.h:252:20: fatal error: mpfr.h: No such file or directory
gmpy2 doesn't seem to be pip installable, at least not on OSX.
The text was updated successfully, but these errors were encountered: