Julianus Pfeuffer
Julianus Pfeuffer
No, not without the full files. ActivationMethod is apparently defined or imported somewhere else and the attachment to the Precursor class with the name ActivationMethod fails.
Where is the cython design?
Add here: https://github.com/OpenMS/OpenMS/blob/develop/src/pyOpenMS/create_cpp_extension.py#L176 Why is it still language_level = 2 again? @hroest
I don't think building with language_level = 2 is a long-term solution. I assume we won't be able to build with newer cython versions and won't get any potential bugfixes...
This was the reason #4229
Also maybe `language_level=3str` helps with our string problems? idk
Ok. We cannot use binding=True since autowrap cannot wrap static methods correctly.
https://github.com/uweschmitt/autowrap/issues/35
Hi! On an arm64 machine it should be no problem at all to build OpenMS. Probably with the same commands as usual without any extra compiler flags. However, the problem...
However, now I think this whole signature issue looked worse for me than it is because I am using PyCharm. PyCharm creates fake python sources for extension modules to create...