Advertisement
JohnDoeYouTube

VCPlayerBot error python==3.8

Apr 3rd, 2024
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.32 KB | Fixit | 0 0
  1. (vcplayerbot) user@localhost:~/VCPlayerBot$ python3 -m pip install -U pytgcalls
  2. Requirement already satisfied: pytgcalls in /home/user/anaconda3/envs/vcplayerbot/lib/python3.8/site-packages (3.0.0.dev16)
  3. Requirement already satisfied: tgcalls==3.0.0.dev4 in /home/user/anaconda3/envs/vcplayerbot/lib/python3.8/site-packages (from pytgcalls) (3.0.0.dev4)
  4. Requirement already satisfied: av==8.0.3 in /home/user/anaconda3/envs/vcplayerbot/lib/python3.8/site-packages (from pytgcalls) (8.0.3)
  5. Requirement already satisfied: opencv-python-headless==4.5.3.56 in /home/user/anaconda3/envs/vcplayerbot/lib/python3.8/site-packages (from pytgcalls) (4.5.3.56)
  6. Requirement already satisfied: numpy>=1.17.3 in /home/user/anaconda3/envs/vcplayerbot/lib/python3.8/site-packages (from opencv-python-headless==4.5.3.56->pytgcalls) (1.24.4)
  7. (vcplayerbot) user@localhost:~/VCPlayerBot$ python3 main.py
  8. Traceback (most recent call last):
  9.   File "main.py", line 15, in <module>
  10.     from utils import (
  11.   File "/home/user/VCPlayerBot/utils/__init__.py", line 4, in <module>
  12.     from .utils import *
  13.   File "/home/user/VCPlayerBot/utils/utils.py", line 23, in <module>
  14.     from pytgcalls import StreamType
  15. ImportError: cannot import name 'StreamType' from 'pytgcalls' (/home/user/anaconda3/envs/vcplayerbot/lib/python3.8/site-packages/pytgcalls/__init__.py)
Tags: python
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement