Abstrat-Technologies / rustedanvil

A project aiming to revive and create patches for abandoned Forge versions
Other
4 stars 1 forks source link

ModuleNotFoundError: No module named 'requests' #6

Closed Unloaded123456 closed 1 year ago

Unloaded123456 commented 1 year ago

When I run downloadmcassets.py, " ModuleNotFoundError: No module named 'requests' " error appears. I use Python 3.11.2.

arek-kwapis commented 1 year ago

Yes, it is because requests is not part of the standard python package and must be manually downloaded with pip

pip install requests

Since this is just a developmental utility and not meant to be used until Milestone 2 when it will be used and refactored properly, I see no current need to rework it currently.