You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for doing this! I love the concept, but am having trouble getting going.
Here is my error:
Traceback (most recent call last):
File "main.py", line 3, in
from manager import TwitchManager
File "E:\MyDocs\GitHub\Twitch-Chat-Logger\twitch-chat-logger\manager.py", line 5, in
from irc import run_bot, IRCConnection
ImportError: No module named 'irc'
I have installed the requirements.txt successfully. I am not using fig or docker. I have changed the 'HOST' to 'localhost'
Let me know if I can add any more info (I am new to this stuff).
Thank you,
Aspen
The text was updated successfully, but these errors were encountered:
Maybe its a windows thing, but the line in the requirements.txt file that gets the irc package -e git://github.com/bernardopires/irc.git#egg=irckit-dev
puts it all in a folder named "src"
drag the files from /src/icrkit/ to the main directory with the rest of the code and this problem should be solved
First off, thank you for doing this! I love the concept, but am having trouble getting going.
Here is my error:
Traceback (most recent call last):
File "main.py", line 3, in
from manager import TwitchManager
File "E:\MyDocs\GitHub\Twitch-Chat-Logger\twitch-chat-logger\manager.py", line 5, in
from irc import run_bot, IRCConnection
ImportError: No module named 'irc'
I have installed the requirements.txt successfully. I am not using fig or docker. I have changed the 'HOST' to 'localhost'
Let me know if I can add any more info (I am new to this stuff).
Thank you,
Aspen
The text was updated successfully, but these errors were encountered: