topisani / Discurses

A Python discord CLI focused on usability
MIT License
140 stars 14 forks source link

ImportError: cannot import name 'Channel' #83

Open iWeeti opened 4 years ago

iWeeti commented 4 years ago

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.