compomics / ms2rescore

Modular and user-friendly platform for AI-assisted rescoring of peptide identifications
https://ms2rescore.readthedocs.io
Apache License 2.0
39 stars 14 forks source link

Reports of error in `freeze_support` with Windows installer #154

Open RalfG opened 3 days ago

RalfG commented 3 days ago

With v3.0.0b1 of the Windows Installer:

  File "ms2rescore\gui\__main__.py", line 15, in <module>
    main()
  File "ms2rescore\gui\__main__.py", line 10, in main
    multiprocessing.freeze_support()
  File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 47, in _freeze_support
ValueError: not enough values to unpack (expected 2, got 1)

Potentially related to https://github.com/pyinstaller/pyinstaller/issues/7482