Discord-ian / ableton-presence

Discord Rich Presence with Ableton
26 stars 1 forks source link

ModuleNotFoundError: No module named 'requests' #3

Closed retconned closed 4 years ago

retconned commented 4 years ago

Hey ian i'm having a problem running the scrip via the bat file and I keep getting this issue brave_b8ZHmSWQCF

Any solution ?

Discord-ian commented 4 years ago

What version of Python are you running? This project uses 3.5 and up.

retconned commented 4 years ago

i'm running py 3.7.6

Discord-ian commented 4 years ago

Have you tried running the command python -m pip install -U requests If that doesn't work, something might be wrong with your python install, although I'm not 100% I've tested this to work on 3.7 quite yet

retconned commented 4 years ago

Fixed by downloading the missing models manually Thank you