Skip to content

Conversation

@Skylake143
Copy link
Collaborator

No description provided.

@Skylake143 Skylake143 linked an issue Jan 9, 2026 that may be closed by this pull request
@henba1
Copy link
Collaborator

henba1 commented Jan 9, 2026

I am interested in the exact failure mode. Could you briefly highlight what you observe and provide an illustrative stack trace, so it is easier to replicate the error?

@Skylake143
Copy link
Collaborator Author

Skylake143 commented Jan 9, 2026

The issue seems to be that the onnxsim is not installed (see the screenshot). In the earlier install uv and create environment step, I can't find a pip install -r requirements.txt. Is it possible that the test runs on a earlier installation of requirements.txt and therefore can't find the added onnxsim?

image (2) image (3)

@henba1
Copy link
Collaborator

henba1 commented Jan 9, 2026

pip install -r requirements.txt

We use the pyproject.toml to define our reqs - the requirements.txt is for legacy support and not intended for development purposes. Please read the env setup and install instructions in the README carefully.

We have a pre-commit hook that reminds one to change the requirements.txt once when the pyproject.toml was altered. This is explained furrther in the Dev Notes.

@henba1 henba1 self-requested a review January 9, 2026 17:54
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.

ONNX Compatibility

4 participants