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
Hello,
I got the following error if I want to install the docker container:
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/.venv/lib/python3.11/site-packages/wyoming_openwakeword/__main__.py", line 3, in <module> import asyncio File "/usr/lib/python3.11/asyncio/__init__.py", line 8, in <module> from .base_events import * File "/usr/lib/python3.11/asyncio/base_events.py", line 18, in <module> import concurrent.futures File "/usr/lib/python3.11/concurrent/futures/__init__.py", line 8, in <module> from concurrent.futures._base import (FIRST_COMPLETED, File "/usr/lib/python3.11/concurrent/futures/_base.py", line 7, in <module> import logging File "/usr/lib/python3.11/logging/__init__.py", line 58, in <module> _startTime = time.time() ^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted
The text was updated successfully, but these errors were encountered:
Hello,
I got the following error if I want to install the docker container:
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/.venv/lib/python3.11/site-packages/wyoming_openwakeword/__main__.py", line 3, in <module> import asyncio File "/usr/lib/python3.11/asyncio/__init__.py", line 8, in <module> from .base_events import * File "/usr/lib/python3.11/asyncio/base_events.py", line 18, in <module> import concurrent.futures File "/usr/lib/python3.11/concurrent/futures/__init__.py", line 8, in <module> from concurrent.futures._base import (FIRST_COMPLETED, File "/usr/lib/python3.11/concurrent/futures/_base.py", line 7, in <module> import logging File "/usr/lib/python3.11/logging/__init__.py", line 58, in <module> _startTime = time.time() ^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted
The text was updated successfully, but these errors were encountered: