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
C:\Users\Central>webcam-streamer
-----------------------------------------------
--------------- webcam-streamer ---------------
-----------------------------------------------
webcam-streamer: Checking requirements...
webcam-streamer: Reading config...
Traceback (most recent call last):
File "c:\users\central\appdata\local\programs\python\python37-32\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\central\appdata\local\programs\python\python37-32\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\Central\AppData\Local\Programs\Python\Python37-32\Scripts\webcam-streamer.exe\__main__.py", line 9, in <module>
File "c:\users\central\appdata\local\programs\python\python37-32\lib\site-packages\webcamstreamer\launcher.py", line 38, in main
from .streamer.defaults import defaults
File "c:\users\central\appdata\local\programs\python\python37-32\lib\site-packages\webcamstreamer\streamer\__init__.py", line 23, in <module>
from defaults import defaults
ModuleNotFoundError: No module named 'defaults'```
The text was updated successfully, but these errors were encountered:
Cannot import defaults
Keeps throwing this error
The text was updated successfully, but these errors were encountered: