Skip to content

Deprecated call to telethon, wrong version required? #531

@marc-weber1

Description

@marc-weber1

Steps to reproduce:

  • Run pip install pyrobud[fast] on Ubuntu with all apt dependencies, with a venv with python version 3.9 and pip version 22.1.2
  • Run from pyrobud import main

Tracelog:

Traceback (most recent call last):
  File "/home/.../main.py", line 3, in <module>
    from pyrobud import main
  File "/home/.../venv/lib/python3.9/site-packages/pyrobud/main.py", line 4, in <module>
    from . import DEFAULT_CONFIG_PATH, __description__, launch, logs
  File "/home/.../venv/lib/python3.9/site-packages/pyrobud/launch.py", line 9, in <module>
    from . import DEFAULT_CONFIG_PATH, util
  File "/home/.../venv/lib/python3.9/site-packages/pyrobud/util/__init__.py", line 1, in <module>
    from . import (
  File "/home/.../venv/lib/python3.9/site-packages/pyrobud/util/tg.py", line 22, in <module>
    SKIP_ATTR_TYPES = (tg.types.FileLocationToBeDeprecated,)
AttributeError: module 'telethon.tl.types' has no attribute 'FileLocationToBeDeprecated'

Pyrobud is version 2.1.0, and Telethon is version 1.24.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions