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
I'm trying to run it on python and I'm failing epically here. I only got as far as trying to open the app
C:\Users\Jean\Downloads\streamglob-unstable>"C:\Users\Jean\AppData\Local\Program
s\Python\Python38-32\Scripts\streamglob.exe"
Traceback (most recent call last):
File "c:\users\jean\appdata\local\programs\python\python38-32\lib\runpy.py", l
ine 194, in run_module_as_main
return run_code(code, main_globals, None,
File "c:\users\jean\appdata\local\programs\python\python38-32\lib\runpy.py", l
ine 87, in run_code
exec(code, run_globals)
File "C:\Users\Jean\AppData\Local\Programs\Python\Python38-32\Scripts\streamgl
ob.exe_main.py", line 4, in
File "c:\users\jean\appdata\local\programs\python\python38-32\lib\site-package
s\streamglob_main.py", line 45, in
from . import player
File "c:\users\jean\appdata\local\programs\python\python38-32\lib\site-package
s\streamglob\player.py", line 26, in
from aio_mpv_jsonipc import MPV
File "c:\users\jean\appdata\local\programs\python\python38-32\lib\site-package
s\aio_mpv_jsonipc_init.py", line 1, in
from .MPV import MPV
File "c:\users\jean\appdata\local\programs\python\python38-32\lib\site-package
s\aio_mpv_jsonipc\MPV.py", line 1, in
from asyncio import get_event_loop, open_unix_connection, create_subprocess_
exec, Queue, Event, sleep, Lock
ImportError: cannot import name 'open_unix_connection' from 'asyncio' (c:\users
jean\appdata\local\programs\python\python38-32\lib\asyncio_init_.py)
The text was updated successfully, but these errors were encountered:
I'm trying to run it on python and I'm failing epically here. I only got as far as trying to open the app
The text was updated successfully, but these errors were encountered: