-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Installation of "mrzscanner-docsaid" installs "onnx" without "onnxruntime", while it's needed to run some features. After installing "onnxruntime" it will require "TurboJPEG".
To Reproduce
Provide detailed steps to reproduce the behavior:
- install "mrzscanner-docsaid" with "pip install mrzscanner-docsaid" in empty venv
- run code
from mrzscanner import MRZScanner
- Get error "ModuleNotFoundError: No module named 'onnxruntime'"
- Install "onnxruntime"
- Get error "Can't find path to TurboJPEG"
Expected behavior
I expected that installation will include all required dependencies that it needs to provide all its functions.
Desktop (please complete the following information):
- Windows 10
Environment (please complete the following information):
- conda, python 3.11, jupyter notebook
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working