Tonight I am trying to get the package called \"requests\" installed and have begun fumbling around with the terminal and do not have very much intuition when it comes to th
I met the same question, and error info is:
ModuleNotFoundError: No module named 'xxx'
and finally solved by
brew install python3 brew link python3 sudo python3 -m pip install xxx // or `sudo python3 -m pip install -r requirements.txt`