I'm new to Pythonanywhere and want to install the 'soundcloud' Python module. I've opened up a Bash console and given the pip install --user soundcloud
command.
It appears to have installed, as I see it in the list of modules when I used pip freeze
in the Bash console. However, when I open up a 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?