zeekay / soundcloud-cli

Soundcloud command-line interface.
MIT License
47 stars 13 forks source link

Cannot use sc anymore "ImportError" #7

Closed mobiuscoffee closed 9 years ago

mobiuscoffee commented 9 years ago

I recently went through reinstalling everything on a new computer, but I'm having some trouble getting soundcloud-cli to work.

Every time I use sc I get this error:

~$ sc
Traceback (most recent call last):
  File "/usr/local/bin/sc", line 2, in <module>
    from soundcloud_cli import cli
  File "/usr/local/lib/python3.4/dist-packages/soundcloud_cli/__init__.py", line 3, in <module>
    import api

I think it has something to do with python versions, but I have no idea what to do.

zeekay commented 9 years ago

I would rm /usr/local/bin/sc and pip install soundcloud-cli again.

zeekay commented 9 years ago

It's also not particularly Python 3 ready.

mobiuscoffee commented 9 years ago

using rm /usr/local/bin/sc and reinstalling worked perfectly.

A small detail though. My system has defaulted to pip3 for some reason, so I had to use pip2 to install correctly. In any case pip2 install soundcloud-cli worked perfectly.