python download_model.py 117M

C

Chainslinger

I'm trying to download an 3rd party app but I have to put this code in the cmd python download_model.py 117M

I got an error saying


Traceback (most recent call last):

File "download_model.py", line 3, in <module>

import requests

ModuleNotFoundError: No module named 'requests'




any help?

Continue reading...
 
Back
Top Bottom