X-RSA icon indicating copy to clipboard operation
X-RSA copied to clipboard

Error while installing requirements (resolved) and while importing package

Open muraleekrishnan4 opened this issue 3 years ago • 0 comments

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

muraleekrishnan4 avatar Nov 22 '21 05:11 muraleekrishnan4