Skip to content

[accuracy_checker] Add pyproject toml to fix install - #4033

Closed
wkobielx wants to merge 1 commit into
openvinotoolkit:masterfrom
wkobielx:wkobiela_packaging_issue
Closed

[accuracy_checker] Add pyproject toml to fix install#4033
wkobielx wants to merge 1 commit into
openvinotoolkit:masterfrom
wkobielx:wkobiela_packaging_issue

Conversation

@wkobielx

@wkobielx wkobielx commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

We should be able to install tool now with python -m pip install . without issues with missing dependencies like:

python3 setup.py install
Traceback (most recent call last):
File "/jenkins/data/workspace/default-ws/OpenVINO-Ubuntu22/extras/open_model_zoo/tools/accuracy_checker/setup.py", line 24, in <module>
     from packaging.version import Version
 ModuleNotFoundError: No module named 'packaging'

@wkobielx wkobielx closed this Feb 4, 2026
@wkobielx
wkobielx deleted the wkobiela_packaging_issue branch February 4, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant