Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Error when running .\\acli rovodev

Igor Guimarães Ribeiro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 2, 2026

Hi, I'm having trouble running the command .\acli rovodev. When I execute it, I get the following error:

Traceback (most recent call last):
File "__main__.py", line 3, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "rovodev\rovodev_cli.py", line 101, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "rovodev\commands\run\__init__.py", line 4, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "rovodev\commands\run\changelog.py", line 11, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "rovodev\commands\run\command_registry.py", line 68, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "nemo\agents\__init__.py", line 3, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "nemo\agents\acceptance_criteria_agent\agent.py", line 9, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "nemo\agent.py", line 8, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "nemo\constants.py", line 8, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "nautilus\__init__.py", line 15, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "nautilus\models\__init__.py", line 1, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "nautilus\models\code_node.py", line 13, in <module>
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "nautilus\language_configs\__init__.py", line 219, in <module>
File "tree_sitter_language_pack\__init__.py", line 254, in get_parser
File "tree_sitter_language_pack\__init__.py", line 242, in get_language
OverflowError: can't convert negative value to size_t
[PYI-30444:ERROR] Failed to execute script '__main__' due to unhandled exception!


The full traceback mentions issues loading modules such as tree_sitter_language_pack, nautilus, and nemo.

Could you help me understand what is causing this error and how to fix it? Is this related to a corrupted installation, an incompatible version, or missing dependencies?

Thanks in advance!




1 answer

0 votes
Arkadiusz Wroblewski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 2, 2026

Hello @Igor Guimarães Ribeiro 

From that stack trace, I would not start by chasing missing dependencies in your project.

The failure happens very early, while acli rovodev is loading its own bundled modules, and it dies in tree_sitter_language_pack before it even gets to a normal auth or API step.This looks like a local ACLI / Rovo Dev runtime issue than something in your repo.

I would try three things first:

- check .\acli --version

- redownload the latest ACLI for the correct Windows architecture and replace the current binary

- retry before changing anything in the project itself

Atlassian notes that CLI versions are only supported for 6 months, and their changelog also says Rovo Dev can be updated independently of ACLI, so an outdated or bad local build is a very realistic cause here. If it still fails after that, I’d raise it with Atlassian and include the full traceback, ACLI version, Windows version, and CPU architecture.

https://developer.atlassian.com/cloud/acli/guides/install-acli/ 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events