I want to test out Telethon v2 but I'm unable to fetch it what is the issue? (I ran the command within a new venv for it) >>> pip install --upgrade "telethon~=2.0" ERROR: Coul...
Ok its weird, I installed v2 but can't see its version? >>> python -c "import telethon; print(telethon.__version__)" Traceback (most recent call last): File "<string>", line...