Whenever I run
pypy test.py
in the Mac OS X 10 Terminal, I get a
File "test.py", line 8, in <module>
import requests
ImportError: No module named requests
However, this works well and without any errors when I do
python test.py
and when I open up pip (and also pip3), it shows me that Requests2.9.1 was installed.
What could be a possibly causing the problem? I am happy about really any ideas or suggestions! Thank you very much in advance