question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 3 years ago
  • Comments:24 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
beboundcommented, May 1, 2020

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:

@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.

1reaction
beboundcommented, Apr 29, 2020

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 the wheel format package.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found