Closed CJSparrow closed 3 years ago
Installed by installing soundcloud-lib from GitHub instead of pip install soundcloud-lib
.
You Should fix it guys!
To install this package, only run pip install soundcloud-lib
. sclib
is another package entirely. Ensure that the version of pip you use installs for the correct version of python.
I just confirmed that running pip install soundcloud-lib
works as intended.
To install this package, only run
pip install soundcloud-lib
.sclib
is another package entirely. Ensure that the version of pip you use installs for the correct version of python.I just confirmed that running
pip install soundcloud-lib
works as intended.
in your examples you used sclib
as a main library !
however i used pip last version, and i used pip3.8 same error.
also in Linux it does not work at all bc of importing sclib.
Please paste your code
also i'm sure what version i used for pip or for running the script. it's python 3.9
Can you pip install soundcloud-lib
then in the same terminal session run python
and see if you can import sclib
from the repl?
nvm it just work after i reinstall it, sorry for any inconvenience.
i got this error
ModuleNotFoundError: No module named 'sclib'
, but everything was installed bypip install soundcloud-lib
andpip install sclib