ImportError: No module named trello
chump-online opened this issue · 3 comments
Hi Folks,
i opened a new issue, because the closed one's solution didn't work for me and i was unable to "reopen" it and i don't even know if that is possible...
So when running the install.py i get this error:
File "./install.py", line 183, in
import trello
ImportError: No module named trello
When i just use pip install trello:
root@raspberrypi:/oscar-master# pip install trello
Requirement already satisfied (use --upgrade to upgrade): trello in /usr/local/lib/python3.2/dist-packages
Requirement already satisfied (use --upgrade to upgrade): requests>=0.9.1 in /usr/local/lib/python3.2/dist-packages (from trello)
Cleaning up...
any ideas? thanks!
try this:
sudo easy_install -U setuptools
sudo pip install trello
Keeps Same error :-(
Von meinem iPhone gesendet
Am 22.01.2014 um 21:52 schrieb olujoe7 notifications@github.com:
try this:
sudo easy_install -U setuptools
sudo pip install trello—
Reply to this email directly or view it on GitHub.
i suggest you update your install.py to match the latest update.