TEASER-plusplus icon indicating copy to clipboard operation
TEASER-plusplus copied to clipboard

PyPi package available and/or planned?

Open jackjansen opened this issue 4 years ago • 7 comments

Have you read the documentation?

  • [x] Yes - insofar as relevant to the question:-)
  • [ ] No - then this issue will be closed.

I have looked for a PyPi package, but it seems that it isn't available. So my first question is: did I not look hard enough?

And if I did look hard enough: is a PyPi package on the radar?

And if it isn't: if it turns out that a PyPi package is a reasonable solution for me (i.e. it is not significantly more work for me to do that, as opposed to teaching my CI/CD about all the build steps manually): would you be likely to accept a pull request?

jackjansen avatar Feb 21 '21 23:02 jackjansen

Hi @jackjansen , no the package is not on PyPi. I'll certainly welcome any pull request that can make this happen :) Currently, you can install the python binding locally after compilation, see the documentation for details.

jingnanshi avatar Feb 22 '21 00:02 jingnanshi

Yes, that is what I am doing at the moment, and that's fine for manual installation, but for our multiplatform CI/CD it's a hassle. I will have a look, time permitting, and I'll give you a pull request if I can make it work.

cc: @nachoreimat

jackjansen avatar Feb 23 '21 12:02 jackjansen

Note that due to the dependency on the pmc library which has a GPL3 license, the resulting pip package will also have to have a GPL3 license...

analog-cbarber avatar Dec 15 '21 17:12 analog-cbarber

@nachoreimat do you think you could help with creating a PyPI package?

jackjansen avatar Dec 16 '21 01:12 jackjansen