You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when importing from ms_deisotope.peak_dependency_network.intervals import SimpleInterval when the Cython module was not built (therefore the ._c.... interface is not available, the SimpleInterval is not defined.
This will lead to ImportError when importing e.g. from ms_deisotope import deconvolute_peaks.
I would be happy to make a PR to fix the issue.
The text was updated successfully, but these errors were encountered:
It was simple to fix and I had to put together a new release shortly in any case. It is now part of v0.0.54, published on PyPI.
I admit that I'd effectively ignored how the library behaves without the C extensions at this point since the automated release process generated pre-built wheels for most platforms now. Was this a scenario where the wheel wasn't available or was it a non-CPython runtime you were using?
Hi,
I noticed that when importing
from ms_deisotope.peak_dependency_network.intervals import SimpleInterval
when the Cython module was not built (therefore the._c....
interface is not available, theSimpleInterval
is not defined.This will lead to
ImportError
when importing e.g.from ms_deisotope import deconvolute_peaks
.I would be happy to make a PR to fix the issue.
The text was updated successfully, but these errors were encountered: