You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding pure python package to requirements currently only installs this package, without its own dependencies. You have to flatten the list of recursive dependencies yourself, and provide them all as --requirements, which could be quite hard to do.
It would be a lot easier if p4a installed recursive deps by itself.
I think this is already 'fixed' if you use @Jonast's setup.py integration, but specifically wasn't rolled out by default because it's quite slow. Not sure if I've remembered that right though.
Adding pure python package to requirements currently only installs this package, without its own dependencies. You have to flatten the list of recursive dependencies yourself, and provide them all as --requirements, which could be quite hard to do.
It would be a lot easier if p4a installed recursive deps by itself.
Possibly related: #1490
The text was updated successfully, but these errors were encountered: