-
Notifications
You must be signed in to change notification settings - Fork 229
Description
How to fix this error:
root ➜ .../Desktop/browser-use/open-computer-use/os_computer_use (os-computer-use) $ poetry run start Warning: 'start' is an entry point defined in pyproject.toml, but it's not installed as a script. You may get improper sys.argv[0]. The support to run uninstalled scripts will be removed in a future release. Run poetry install to resolve and get rid of this message. Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/python/3.12.1/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'main'
when running poetry run start? Thanks.