-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
Would you please update the version of pyopenms in PyPI? #6291
Comments
Hi. I think we now require newer python / cython versions. Would upgrading to python3.8 or higher be an option for you? We usually don't backport improved python bindings to older versions (we just don't have the resources for that). |
OK. If it is the only viable solution, I will try to build a python3.9 environment and see if all my codes goes well. Thank you all. |
I don't think that will help. It is not available on pip at all. |
I think he might be referring to https://nightly.link/OpenMS/OpenMS/workflows/pyopenms-wheels/nightly/Windows-wheels.zip%5C?status%5C=completed |
Ah yes, we only support the latest three python versions at the time of creation of the package. If you want nightlies, py 3.9 will help. |
We now support loading nightly builds of pyopenms on our own pypi server at https://pypi.cs.uni-tuebingen.de/ |
Hi Everyone,
I installed the pyopenms from PyPI (using pip install pyopenms, python 3.7.13, Windows 10). I found that the Kernel_MassTrace (the MassTrace class in original C++ code) class can be initialized from a list of Point2D according to the C++ code. However, when I try this in python, it leads to error.
The code is like this:
It was found to be version related. When a "nightly" version is used instead (I tested it on another computer with Ubuntu system), the codes run correctly. But it seems that the way building MassTrace from Peak2D has been introduced long time ago. Maybe it just wasn't introduced into the pyopenms-2.7.0 in PyPI.
Would you please update the version of pyopenms in PyPI? Or would you please tell me how to get a newer version for python3.7 on Windows? I can only find the cp38/cp39/cp310 package when tried to get the wheel from "wget https://nightly.link/OpenMS/OpenMS/workflows/pyopenms-wheels/nightly/Windows-wheels.zip\?status\=completed"
The text was updated successfully, but these errors were encountered: