Переустановил pytelegrambotapi и telebot и ничего не работает, находил темы по типу (
https://github.com/eternnoir/pyTelegramBotAPI/issu...)
Не помогло, может что-то поменялось, надеюсь на Вашу помощь.
D:\Python>python new.py
Traceback (most recent call last):
File "D:\Python\new.py", line 5, in
from telebot import types
File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\site-packages\telebot\types.py", line 12, in
from telebot import util
File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\site-packages\telebot\util.py", line 307, in
def user_link(user: types.User, include_id: bool=False) -> str:
AttributeError: partially initialized module 'telebot.types' has no attribute 'User' (most likely due to a circular import)
pip list
pyTelegramBotAPI 3.8.3
telebot 0.0.4