Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

ImportError: cannot import name 'Channel' #83

Open
iWeeti opened this issue Nov 5, 2019 · 0 comments
Open

ImportError: cannot import name 'Channel' #83

iWeeti opened this issue Nov 5, 2019 · 0 comments

Comments

@iWeeti
Copy link

iWeeti commented Nov 5, 2019

When I try to run the program, I get this

$ discurses
Traceback (most recent call last):
  File "/home/iweeti/.local/bin/discurses", line 5, in <module>
    from discurses.__main__ import main
  File "/home/iweeti/.local/lib/python3.6/site-packages/discurses/__main__.py", line 1, in <module>
    from . import discord
  File "/home/iweeti/.local/lib/python3.6/site-packages/discurses/discord.py", line 7, in <module>
    from discord import Channel, Message
ImportError: cannot import name 'Channel'

Yes I have checked #65 already, I'm not running python 3.7 I have 3.6.8 and I have the latest discord.py version.

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

No branches or pull requests

1 participant