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 don't know if this is supposed to be able to run correctly on Windows (11), but when I try to run the rainbowstream command, it just gives these error messages: PS C:\Users\timoc> rainbowstream The system cannot find the path specified. Traceback (most recent call last): File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\Scripts\rainbowstream.exe\__main__.py", line 4, in <module> File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\rainbow.py", line 25, in <module> from .draw import * File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\draw.py", line 15, in <module> from .c_image import * File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\c_image.py", line 25, in <module> rgb2short = call_c() File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\c_image.py", line 21, in call_c image_c = ctypes.cdll.LoadLibrary(library) File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\ctypes\__init__.py", line 452, in LoadLibrary return self._dlltype(name) File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\ctypes\__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'C:\Users\timoc\.image.so' (or one of its dependencies). Try using the full path with constructor syntax. PS C:\Users\timoc>
The text was updated successfully, but these errors were encountered:
I don't know if this is supposed to be able to run correctly on Windows (11), but when I try to run the rainbowstream command, it just gives these error messages:
PS C:\Users\timoc> rainbowstream The system cannot find the path specified. Traceback (most recent call last): File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\Scripts\rainbowstream.exe\__main__.py", line 4, in <module> File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\rainbow.py", line 25, in <module> from .draw import * File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\draw.py", line 15, in <module> from .c_image import * File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\c_image.py", line 25, in <module> rgb2short = call_c() File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\c_image.py", line 21, in call_c image_c = ctypes.cdll.LoadLibrary(library) File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\ctypes\__init__.py", line 452, in LoadLibrary return self._dlltype(name) File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\ctypes\__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'C:\Users\timoc\.image.so' (or one of its dependencies). Try using the full path with constructor syntax. PS C:\Users\timoc>
The text was updated successfully, but these errors were encountered: