Skip to content

Telethon issue running on MacOS #87

Open
@mbower

Description

@mbower

I'm having an issue getting harpoon to run on MacOS. It worked previously, but python was upgraded and broke something.

OS version: 10.13.5
Python: 3.7.0

I get the following trying to run harpoon config

Traceback (most recent call last):
  File "/usr/local/bin/harpoon", line 11, in <module>
    load_entry_point('harpoon==0.1.1', 'console_scripts', 'harpoon')()
  File "/usr/local/lib/python3.7/site-packages/harpoon/main.py", line 31, in main
    plugins = init_plugins()
  File "/usr/local/lib/python3.7/site-packages/harpoon/main.py", line 18, in init_plugins
    mod = __import__(plugin)
  File "/usr/local/lib/python3.7/site-packages/harpoon/commands/telegram.py", line 12, in <module>
    from telethon.errors.rpc_error_list import ChatAdminRequiredError
ModuleNotFoundError: No module named 'telethon.errors.rpc_error_list'

Telethon version: 1.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions