Discurses icon indicating copy to clipboard operation
Discurses copied to clipboard

ImportError: cannot import name 'Channel'

Open iWeeti opened this issue 6 years ago • 0 comments

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.

iWeeti avatar Nov 05 '19 10:11 iWeeti