FancyFurret / pancake

Linux cli pandora client built with urwid
3 stars 2 forks source link

Crashes on launch #1

Closed jmootrey closed 7 years ago

jmootrey commented 7 years ago

Traceback (most recent call last): File "./pancake.py", line 4, in import config File "/home/jeff/projects/git/pancake/config.py", line 4, in from pandora.clientbuilder import FileBasedClientBuilder, SettingsDict File "/home/jeff/projects/git/pancake/pandora/init.py", line 13, in from .transport import APITransport, Encryptor, DEFAULT_API_HOST File "/home/jeff/projects/git/pancake/pandora/transport.py", line 15, in import requests ImportError: No module named 'requests'

jmootrey commented 7 years ago

Resolution - Install requests

pip install requests