petermr / dictionary

Collection of Wikidata-based dictionaries for scientific annotation and searching
Apache License 2.0
7 stars 4 forks source link

What to do if you fail to install requirements in python from a text file? #33

Closed ayush4921 closed 3 years ago

ayush4921 commented 3 years ago

Try these commands:

pip install -r requirements.txt pip3 install -r requirements.txt pip install -r requirements.txt --user pip3 install -r requirements.txt --user

If none of these work, try to reinstall python. (I am currently using 3.8.x)

If that fails as well, open a github issue with error code as well a screenshot of the output of the following commands:

python python3 python --version python3 --version pip pip3

ayush4921 commented 3 years ago

Since the sofrtware pygetpapers has now been packaged and can be installed with the instructions given under wikipages instructions, the issue is now closed.