You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "G:\Python\phantomflix-main\main.py", line 1, in
from phantomflix import NetflixClient
File "G:\Python\phantomflix-main\phantomflix_init_.py", line 1, in
from .netflix import NetflixClient
File "G:\Python\phantomflix-main\phantomflix\netflix.py", line 23, in
from hyper.contrib import HTTP20Adapter
File "C:\Users\Hygro\AppData\Local\Programs\Python\Python312\Lib\site-packages\hyper-0.7.0-py3.12.egg\hyper_init_.py", line 11, in
from .common.connection import HTTPConnection
File "C:\Users\Hygro\AppData\Local\Programs\Python\Python312\Lib\site-packages\hyper-0.7.0-py3.12.egg\hyper\common\connection.py", line 9, in
from ..http11.connection import HTTP11Connection
File "C:\Users\Hygro\AppData\Local\Programs\Python\Python312\Lib\site-packages\hyper-0.7.0-py3.12.egg\hyper\http11\connection.py", line 13, in
from collections import Iterable, Mapping
ImportError: cannot import name 'Iterable' from 'collections' (C:\Users\Hygro\AppData\Local\Programs\Python\Python312\Lib\collections_init_.py)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "G:\Python\phantomflix-main\main.py", line 1, in
from phantomflix import NetflixClient
File "G:\Python\phantomflix-main\phantomflix_init_.py", line 1, in
from .netflix import NetflixClient
File "G:\Python\phantomflix-main\phantomflix\netflix.py", line 23, in
from hyper.contrib import HTTP20Adapter
File "C:\Users\Hygro\AppData\Local\Programs\Python\Python312\Lib\site-packages\hyper-0.7.0-py3.12.egg\hyper_init_.py", line 11, in
from .common.connection import HTTPConnection
File "C:\Users\Hygro\AppData\Local\Programs\Python\Python312\Lib\site-packages\hyper-0.7.0-py3.12.egg\hyper\common\connection.py", line 9, in
from ..http11.connection import HTTP11Connection
File "C:\Users\Hygro\AppData\Local\Programs\Python\Python312\Lib\site-packages\hyper-0.7.0-py3.12.egg\hyper\http11\connection.py", line 13, in
from collections import Iterable, Mapping
ImportError: cannot import name 'Iterable' from 'collections' (C:\Users\Hygro\AppData\Local\Programs\Python\Python312\Lib\collections_init_.py)
The text was updated successfully, but these errors were encountered: