I'm using MSYS2 but without pip (SSL error), and when I try to run
python vin.py
It throws me this error:
Traceback (most recent call last):
File "vin.py", line 1, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
What can I do? Thanks in advance