Skip to content
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

Error while installing requirements (resolved) and while importing package #3

Open
muraleekrishnan4 opened this issue Nov 22, 2021 · 0 comments

Comments

@muraleekrishnan4
Copy link

I got an error while installing requirements (gmpy2). The issue got resolved after running the below command.
Now I have an ImportError: cannot import name 'gcd' from 'fractions' on running [2] - Factorization Number

sudo apt install libmpc-dev
sudo apt install python3-pip
pip3 install --user gmpy2==2.1.0a2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant