Skip to content

Instantly share code, notes, and snippets.

@XiaochenCui
Created August 12, 2018 08:23
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XiaochenCui/081e4386bea3a4a428b87ff7e0532b1b to your computer and use it in GitHub Desktop.
Save XiaochenCui/081e4386bea3a4a428b87ff7e0532b1b to your computer and use it in GitHub Desktop.
Install gmpy2 in Mac
brew install gmp
brew install mpfr
brew install libmpc
pip install gmpy2
@kangkang333
Copy link

It works~thanks

@kangkang333
Copy link

Python 3.6.0
Could not find a version that satisfies the requirement gmpy2 (from versions: ) No matching distribution found for gmpy2

@kangkang333
Copy link

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

@shashankrustagi
Copy link

it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment