torchinterp1d icon indicating copy to clipboard operation
torchinterp1d copied to clipboard

create package on pypi

Open pmelchior opened this issue 3 years ago • 2 comments

Thanks for creating and maintaining this package. I recently created a code that makes use of torchinterp1d. I've released it on PyPI, but that runs into trouble because PyPI doesn't allow direct URLs for code dependencies (see last comment of the relevant issue here). This has forced me to remove the github URL for your repo from my setup.py. But that means that there's no way to automatically download and install your code anymore.

Would it be possible to release your code on PyPI?

pmelchior avatar Nov 16 '22 01:11 pmelchior

Bumping this -- it would be quite helpful for me as well!

adam-coogan avatar Feb 10 '23 20:02 adam-coogan

Sorry for my reactivity. I am always hoping pytorch will eventually incorporate this... But then checking the many issues I wonder whether we should have them fixed before doing some packaging, shouldn't we?

aliutkus avatar Feb 12 '23 20:02 aliutkus

It would really help to have this package on pypi, so that your (and my) code could be installed automatically. We're otherwise forced to tool around it. It doesn't change your code at all, which we find to work well, and you can update on pypi easily. I can send you the minimal instructions for getting your package up to pypi if that would help.

pmelchior avatar May 22 '24 21:05 pmelchior

hello, yeah, I guess it would be easier, sorry for that lacking involvement in my github these days. I will do it

aliutkus avatar May 23 '24 11:05 aliutkus

could you try pip install torchinterp1d ? I couldn't try but did upload to pypi

aliutkus avatar May 25 '24 00:05 aliutkus

work for me. thank you

pmelchior avatar May 25 '24 03:05 pmelchior