Closed sariths closed 1 year ago
The installation using pip install zipFileUrl only saves the dist-info directory to the instlalled libraries folder.
Trying to have pip auto select wheel through a zip url turns out to be tricky. Now all wheels are included directly in release. Users have to select the right wheel to install before we move to pypi.
The installation using pip install zipFileUrl only saves the dist-info directory to the instlalled libraries folder.