Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
When installing lalsuite through pip install I cannot use the new waveforms interface to call my own external python model.
Looking at the code it seems that the variable HAVE_PYTHON3_EMBED here is not defined, because I get the error message "Python generator not implemented" in line 18.
Probably when the python wheels are created for pypi one needs to switch on an option to compile with embedded python?
If you get the above message when installing with pip I would already consider that it works, because it would mean that the variable HAVE_PYTHON3_EMBED is True and that it has compiled the GeneratorPython part (i.e. the part beyond line 32 in LALSimInspiralGeneratorPython.c). Currently it only compiles the part from line 9 to 31.
If you really want to generate some waveform, give me a few minutes and I will give an example.
Sorry, I am having problems getting a working example. I have seen the fixes for the manylinux wheels, that's great. There should be something similar for macOS? This problem also appears in macs.
Hi @duncanmmacleod, I am seeing the issue above also using recent igwn environments (starting from igwn-py310-20240514), while this used to work for previous environments up to igwn-py310-20240410. Do you what could be the reason of this change? Thank you.