pygradle icon indicating copy to clipboard operation
pygradle copied to clipboard

How to add python packages without source distribution

Open Turakar opened this issue 6 years ago • 0 comments

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.

Turakar avatar Mar 18 '19 20:03 Turakar