Skip to content

ImportError: DLL load failed while importing onnxruntime_pybind11_state: No se puede encontrar el módulo especificado. #31

@tutosrive

Description

@tutosrive

Describe the bug

The program not open in Windows 10 22H2 (Build SO 19045.3803)

Traceback (most recent call last):
  File "<frozen runpy>", line 112, in _get_module_details
  File "\app\bridgex\__init__.py", line 2, in <module>
    from .logic.Converter import Converter
  File "\app\bridgex\logic\Converter.py", line 4, in <module>
    from markitdown import MarkItDown, DocumentConverterResult
  File "\app_packages\markitdown\__init__.py", line 6, in <module>
    from ._markitdown import (
  File "\app_packages\markitdown\_markitdown.py", line 18, in <module>
    import magika
  File "\app_packages\magika\__init__.py", line 21, in <module>
    from magika import magika
  File "\app_packages\magika\magika.py", line 26, in <module>
    import onnxruntime as rt
  File "\app_packages\onnxruntime\__init__.py", line 61, in <module>
    raise import_capi_exception
  File "\app_packages\onnxruntime\__init__.py", line 24, in <module>
    from onnxruntime.capi._pybind_state import (
  File "\app_packages\onnxruntime\capi\_pybind_state.py", line 32, in <module>
    from .onnxruntime_pybind11_state import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: DLL load failed while importing onnxruntime_pybind11_state: No se puede encontrar el módulo especificado.

Steps to reproduce

  1. Install the program
  2. Try open the Bridgex.exe

Expected behavior

The program should have opened its interface, but it didn't, and the error shown above appeared.

Screenshots

Image

Environment

Please provide details about your setup:

  • Operating System: Windows 10 22H2 (Build SO 19045.3803)
  • Bridgex version: 0.1.0 (Source forge install Bridgex)
  • Python version: No tengo python (Debería funcionar aún así)
  • Other relevant information: Es una máquina virtual y tiene activado el "Mircosoft Defender" Activado (Muy seguramente bloqueó algunos archivos al instalar)

Thank you for your report!

Metadata

Metadata

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions