Gmpy2 causes installation issues downstream
See original GitHub issue#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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:24 (18 by maintainers)
Top Results From Across the Web
GMPY2 doesn't install - Stack Overflow
This is a bug in gmpy2 2.0.x series. It has been fixed in the currently development version. gmpy2 2.1.0a2 is available on PyPi...
Read more >gmpy2 2.1.0a1 documentation
gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module...
Read more >gmpy/COPYING at master · aleaxit/gmpy - GitHub
Some devices are designed to deny users access to install or run. modified versions of the software inside them, although the manufacturer. can...
Read more >conda-forge/conda-forge.github.io - Gitter
hi all, what's the current status on the issue of SAT solver for package resolution? ( conda install --yes gmpy2 mpmath numpy scipy...
Read more >Changelog - pip documentation v22.3.1
Fix pip install issues using a proxy due to an inconsistency in how Requests ... Added a warning message for errors caused due...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 notifications@github.com, wrote:
gmpy2
depend on these computation library, so these library need to be installed when python tries to compile and install the package.wheel
should be able so solve this problem. https://github.com/pypa/manylinux. Maybe we can provide thewheel
format package.