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

pyopenms DLL issue #149

Open
AUldry opened this issue May 22, 2024 · 0 comments
Open

pyopenms DLL issue #149

AUldry opened this issue May 22, 2024 · 0 comments

Comments

@AUldry
Copy link

AUldry commented May 22, 2024

Dear all,

I'm downloaded and installed MS2Rescore-v3.0.3-Windows64bit.exe on our Windows 10 Enterprise server. It installs without issues, but we get the following message when the program starts:


Traceback (most recent call last):
File "ms2rescore\gui_main_.py", line 7, in
from ms2rescore.gui.app import app
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "ms2rescore_init_.py", line 16, in
from ms2rescore.core import rescore # noqa: F401 E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "ms2rescore\core.py", line 6, in
import psm_utils.io
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "psm_utils\io_init_.py", line 11, in
import psm_utils.io.idxml as idxml
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "psm_utils\io\idxml.py", line 33, in
import pyopenms as oms #noqa: E402
^^^^^^^^^^^^^^^^^^^^^^
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "pyopenms_init_.py", line 107, in
File "pyopenms_init_.py", line 65, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "pyopenms_all_modules.py", line 1, in
ImportError: DLL load failed while importing _pyopenms_1: A dynamic link library (DLL) initialization routine failed.

I'm a little hazy as to whether this windows executable comes with python stuff all packaged in, or whether it's trying to use our pre-installed python install. We do have indeed python 3.9, there, and pyopenms 3.0.0. Import pyopenms does not complain when invoked.

Any idea what is to be done? Thanks in advance!

Best wishes,

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

No branches or pull requests

1 participant