Skip to content

Instantly share code, notes, and snippets.

@unsangkarable
Created August 30, 2015 15:54
Show Gist options
  • Save unsangkarable/6cb4e258ba4dcfd72b4e to your computer and use it in GitHub Desktop.
Save unsangkarable/6cb4e258ba4dcfd72b4e to your computer and use it in GitHub Desktop.
mon@bassamazzam:~/CloudBot$ python3.4 -m cloudbot
Traceback (most recent call last):
File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/mon/CloudBot/cloudbot/__main__.py", line 19, in <module>
from cloudbot.bot import CloudBot
File "/home/mon/CloudBot/cloudbot/bot.py", line 8, in <module>
from sqlalchemy import create_engine
ImportError: No module named 'sqlalchemy'
mon@bassamazzam:~/CloudBot$ python3 --version
Python 3.4.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment