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
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Python311-x64\Scripts\codecovcli.exe\__main__.py", line 4, in <module>
File "C:\Python311-x64\Lib\site-packages\codecov_cli\main.py", line 16, in <module>
from codecov_cli.commands.staticanalysis import static_analysis
File "C:\Python311-x64\Lib\site-packages\codecov_cli\commands\staticanalysis.py", line 10, in <module>
from codecov_cli.services.staticanalysis import run_analysis_entrypoint
File "C:\Python311-x64\Lib\site-packages\codecov_cli\services\staticanalysis\__init__.py", line 15, in <module>
from codecov_cli.services.staticanalysis.analyzers import get_best_analyzer
File "C:\Python311-x64\Lib\site-packages\codecov_cli\services\staticanalysis\analyzers\__init__.py", line 2, in <module>
from codecov_cli.services.staticanalysis.analyzers.javascript_es6 import ES6Analyzer
File "C:\Python311-x64\Lib\site-packages\codecov_cli\services\staticanalysis\analyzers\javascript_es6\__init__.py", line 5, in <module>
import staticcodecov_languages
ModuleNotFoundError: No module named 'staticcodecov_languages'
Command exited with code 1
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
pip install codecov-cli
codecovcli do-upload
The text was updated successfully, but these errors were encountered: