-
I did a plain Python install on Python 2.7, and when I do the import I get these errors:
```
>>> import ms_deisotope
No module named composition
(ImportError('No module named averagine',), 'aver…
-
Hi, I got this error when running the command in the instruction.
`python moff_all.py --config_file absence_peak_data/configuration_iRT.ini`
```
No module named 'brainpy._c.composition'
Matching…
-
After installing all dependencies, the following command (based on the documentation) finished instantly without producing any output
```
python moff_mbr.py --config_file absense_peak_data/configu…
-
Given the following extension class
```cython
cdef class PolynomialParameters(object):
cdef:
public list elementary_symmetric_polynomial
public list power_sum
def __init_…