3jackdaws / soundcloud-lib

Soundcloud API wrapper for tracks & playlists that doesn't require API credentials. Asyncio support.
MIT License
94 stars 24 forks source link

ModuleNotFoundError: No module named 'sclib' #23

Closed CJSparrow closed 3 years ago

CJSparrow commented 3 years ago

i got this error ModuleNotFoundError: No module named 'sclib', but everything was installed by pip install soundcloud-lib and pip install sclib

CJSparrow commented 3 years ago

Installed by installing soundcloud-lib from GitHub instead of pip install soundcloud-lib. You Should fix it guys!

3jackdaws commented 3 years ago

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.

CJSparrow commented 3 years ago

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.

3jackdaws commented 3 years ago

Please paste your code

CJSparrow commented 3 years ago

Please paste your code

no need, it's your example 1, in the first page. you can check the error image here, and check installing proof here.

CJSparrow commented 3 years ago

also i'm sure what version i used for pip or for running the script. it's python 3.9

3jackdaws commented 3 years ago

Can you pip install soundcloud-lib then in the same terminal session run python and see if you can import sclib from the repl?

CJSparrow commented 3 years ago

nvm it just work after i reinstall it, sorry for any inconvenience.