Skip to content
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

ImportError: No module named 'irc' #7

Open
aspenrozal opened this issue Oct 13, 2016 · 2 comments
Open

ImportError: No module named 'irc' #7

aspenrozal opened this issue Oct 13, 2016 · 2 comments

Comments

@aspenrozal
Copy link

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

@juanpflores
Copy link
Contributor

Did you installed everything in the requirements file by running pip install -requirements.txt?

@slacker298
Copy link

slacker298 commented Nov 25, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants