Created
August 12, 2018 08:23
-
-
Save XiaochenCui/081e4386bea3a4a428b87ff7e0532b1b to your computer and use it in GitHub Desktop.
Install gmpy2 in Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install gmp | |
brew install mpfr | |
brew install libmpc | |
pip install gmpy2 |
Python 3.6.0 Could not find a version that satisfies the requirement gmpy2 (from versions: ) No matching distribution found for gmpy2
Python 3.8.1 works
it works
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.6.0
Could not find a version that satisfies the requirement gmpy2 (from versions: ) No matching distribution found for gmpy2