biolab / orange3-installers

Scripts for building Orange (http://orange.biolab.si/) application installers
Other
4 stars 13 forks source link

[FIX] Reimplement windows portable distribution #47

Closed ales-erjavec closed 8 months ago

ales-erjavec commented 9 months ago

Issue

The windows portable distribution is broken. This is because of how conda env needs all kind of env setup to properly function.

Changes

Reimplement portable distribution building without conda. Instead repackage a nuget python as a base and pypa packaging tools.