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
wheel is a binary packaging format. At the moment, we use source code distributions. This requires building code in some cases, which might require additional libraries to be installed. This is a rabbit hole process we want to avoid to preserve people's time and minds(especially on the FE). Also, since wheels are smaller this might improve the situation with new pip's resolver that tries to download all packages to find all compatible dependencies.
To Do
Add wheel package support to yolapi
Requirements
It should be possible to download build binary packages from yolapi.
The text was updated successfully, but these errors were encountered:
Motivation
wheel is a binary packaging format. At the moment, we use source code distributions. This requires building code in some cases, which might require additional libraries to be installed. This is a rabbit hole process we want to avoid to preserve people's time and minds(especially on the FE). Also, since wheels are smaller this might improve the situation with new pip's resolver that tries to download all packages to find all compatible dependencies.
To Do
Add
wheel
package support to yolapiRequirements
It should be possible to download build binary packages from yolapi.
The text was updated successfully, but these errors were encountered: