I am new to Pythonanywhere and want to install the Soundcloud Python module. I opened the Bash console and gave the command pip install --user soundcloud.
It seems to be installed as I see it in the list of modules when I used pip freezethe Bash console. However, when I open the Python 2.7 console and try import soundcloud, I get an error message saying that the Soundcloud module does not exist.
Any ideas on why this is happening?
source
share