-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
starting problem #3
Comments
Hi, did you install the dependencies with |
just done and it gives me this error: |
just done all the above and even apt-get install libpq-dev python-dev but at given: it gives me this error: |
Did you read the documentation? If you're not using |
i used fig |
How are you using fig if you said you ran |
cd /home/davide/twitch-chat-logger and as usual it gives me the same error |
didi you get any solution to this? |
I can not reproduce your error. |
It looks like you didn't have For Max users:
Hope this works for you too. |
when i start the program with
python main.py
it gives me this error:
Traceback (most recent call last):
File "main.py", line 3, in
from manager import TwitchManager
File "/home/davide/twitch-chat-logger/manager.py", line 5, in
from irc import run_bot, IRCConnection
ImportError: No module named irc
The text was updated successfully, but these errors were encountered: