ProgrammingIncluded / PyYugi

A basic Yu Gi Oh mechanics coded in Python.
GNU General Public License v3.0
8 stars 3 forks source link

No module named 'requests' #3

Closed cowlicker12 closed 1 year ago

cowlicker12 commented 1 year ago

I installed the requirements and then tried to run main.py, but it gives the error in the title pointing to yugidb.py line 13. Is something missing from the requirements.txt that would handle this?

ProgrammingIncluded commented 1 year ago

Hi @cowlicker12 yes, the requirements.txt may not have been updated accurately, you would want to install requests. Try running pip install requests. https://pypi.org/project/requests/