Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help testing magika 0.6.0rcX and collect problems #798

Open
reyammer opened this issue Nov 19, 2024 · 1 comment
Open

Help testing magika 0.6.0rcX and collect problems #798

reyammer opened this issue Nov 19, 2024 · 1 comment
Labels
help wanted Extra attention is needed python Pull requests that update Python package rust Pull requests that update Rust code testing This issue is about improving testing

Comments

@reyammer
Copy link
Collaborator

reyammer commented Nov 19, 2024

We have uploaded magika 0.6.0rc2 to pypi: https://pypi.org/project/magika/0.6.0rc2/ (and we'll keep pushing minor updates as new -rcX).

This version, which will become 0.6.0 introduces many more content types and some changes (some of which breaking, but should be easy to port to new version). This version also ships the rust CLI, together with the python API.

Please help us testing this new version on various platforms. To install the latest -rc: pip install --pre magika.

@reyammer reyammer added help wanted Extra attention is needed python Pull requests that update Python package rust Pull requests that update Rust code testing This issue is about improving testing labels Nov 19, 2024
@reyammer
Copy link
Collaborator Author

reyammer commented Nov 19, 2024

Issue: on Mac, pip install magika==0.6.0rc2 works, but uv add magika==0.6.0rc2 doesn't. The culprit seems to be that uv tries to install onnxruntime==1.20.0, which seems broken. Trying uv add onnxruntime also fails (as it tries to install 1.20.0). Instead, this works: uv add onnxruntime==1.19.2; uv add magika==0.6.0rc2.

Opened an issue with the uv folks: astral-sh/uv#9228

Fix is to add a version constraint for onnxruntime. Tracking here: #801.

@reyammer reyammer changed the title Help testing magika 0.6.0rc2 and collect problems Help testing magika 0.6.0rcX and collect problems Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed python Pull requests that update Python package rust Pull requests that update Rust code testing This issue is about improving testing
Projects
None yet
Development

No branches or pull requests

1 participant