taoning / pyenergyplus

Other
5 stars 3 forks source link

Installation on Windows does not work #1

Closed sariths closed 1 year ago

sariths commented 1 year ago

The installation using pip install zipFileUrl only saves the dist-info directory to the instlalled libraries folder.

image

taoning commented 1 year ago

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.