python entry/main.py
Exception in thread Thread-1 (_start_server):
Traceback (most recent call last):
File "D:\miniforge3\Lib\threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "xxx\Lib\threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "xxx\Browser-BC-master\entry\main.py", line 86, in _start_server
from server import app, _ensure_dirs, _load_api_keys # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "xxx\Browser-BC-master\server\server.py", line 29, in
import fcntl
ModuleNotFoundError: No module named 'fcntl'
[entry] ERROR: server did not start on http://127.0.0.1:8099/
python entry/main.py
Exception in thread Thread-1 (_start_server):
Traceback (most recent call last):
File "D:\miniforge3\Lib\threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "xxx\Lib\threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "xxx\Browser-BC-master\entry\main.py", line 86, in _start_server
from server import app, _ensure_dirs, _load_api_keys # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "xxx\Browser-BC-master\server\server.py", line 29, in
import fcntl
ModuleNotFoundError: No module named 'fcntl'
[entry] ERROR: server did not start on http://127.0.0.1:8099/