Skip to content

Windows Installer Feedback #1

@jcharkow

Description

@jcharkow

I have tested the windows installer from the artifact https://github.com/OpenMS/OpenDIAKiosk/actions/runs/24191569592 specifically the OpenDIAKiosk file.

This is Windows 10, I do not have access to Windows 11.

I had to do several extractions to get the installer but once I got the installer it worked with no errors!

However I did run into some errors in the places I would have expected.

  1. Concepts page issue with finding pretrained model

File "C:\Program Files (x86)\OpenDIAKiosk\OpenDIAKiosk\python-3.11.0\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 128, in exec_func_with_error_handling
    result = func()
             ^^^^^^
File "C:\Program Files (x86)\OpenDIAKiosk\OpenDIAKiosk\python-3.11.0\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 669, in code_to_exec
    exec(code, module.__dict__)  # noqa: S102
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\OpenDIAKiosk\OpenDIAKiosk\app.py", line 137, in <module>
    pg.run()
File "C:\Program Files (x86)\OpenDIAKiosk\OpenDIAKiosk\python-3.11.0\Lib\site-packages\streamlit\navigation\page.py", line 300, in run
    exec(code, module.__dict__)  # noqa: S102
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\OpenDIAKiosk\OpenDIAKiosk\content\dia_00_concepts.py", line 247, in <module>
    plot_predicted_ms2_with_interference(
File "C:\Program Files (x86)\OpenDIAKiosk\OpenDIAKiosk\utils\dia_tutorial.py", line 229, in plot_predicted_ms2_with_interference
    model = rp.MS2Model.from_pretrained("ms2")
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\OpenDIAKiosk\OpenDIAKiosk\python-3.11.0\Lib\site-packages\redeem_properties\__init__.py", line 543, in from_pretrained
    obj._inner = _MS2Lib.from_pretrained(name, use_cuda=use_cuda)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I do not see an AppData folder on my computer so not quite sure why it is looking in there.

  1. Likely related to no. 1 but get problems with in-silico library generation (predicted library step)

I did not test the other steps right now due to a lack of library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions