e2b-dev / e2b-dev/open-computer-use
How to fix this error
@mishushakov is already working on this.
Since May 16, 2025.
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.