pygradle
pygradle copied to clipboard
How to add python packages without source distribution
Problem: I want to use pygradle with tensorflow, but tensorflow does not publish source distributions. Therefore I cannot import it using pivy-importer into my local Ivy repository.
Question: How can I use packages without a source distribution with pygradle? How can I import them to a Ivy repository?
I did not find any documentation on this topic. If it is possible, it would be really helpful to have this documented somewhere.