compomics / ms2pip

MS²PIP: Fast and accurate peptide spectrum prediction for multiple fragmentation methods, instruments, and labeling techniques.
https://ms2pip.readthedocs.io
Apache License 2.0
35 stars 18 forks source link

Installation fails with VS14 Error D8021 #141

Closed JB91451 closed 3 years ago

JB91451 commented 3 years ago

Dear all,

I have some trouble installing ms2pip on my local computer. After creating and switching to a venv, I tried both, the direct installation via pip and installation of the editable version. Both fail after installing most (/ all?) dependencies and copy of the model files with the error shown below. Does anyone has an idea how to solve this?

Best regards, Juergen

MS2PIP_InstallError

The computer runs on win7 (64bit) but the same error occurs on a win10 machine Python: 3.8.3 VS: 14.2

RalfG commented 3 years ago

Hi, MS²PIP is only available on Linux and macOS. On Windows, you can run MS²PIP using the Windows Subsystem for Linux. You can also use our webserver on iomics.ugent.be/ms2pip

JB91451 commented 3 years ago

Hi Ralf, Thank you for the information. I will try to find a Linux computer in our institute, as we will likely use MS2PIP more often.

Best, Juergen

RalfG commented 2 years ago

Hi @JB91451,

As of version 3.8.0, MS²PIP can be installed on Windows:
https://github.com/compomics/ms2pip_c/releases/tag/v3.8.0

We alo provide new prediction models with improved accuracy and compatibility for non-tryptic peptides, such as immunopeptides.

Best, Ralf