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

fyi - conda installs to SClib not sclib #16

Closed 8secz-johndpope closed 4 years ago

8secz-johndpope commented 4 years ago

ModuleNotFoundError: No module named 'sclib'

from SClib import SoundcloudAPI, Track, Playlist

8secz-johndpope commented 4 years ago

fixed by sclib -> SClib