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
with winpython 2.2.20191022, we split the main process in 3:
step1:
. using Winpython 'builder' environment (not final WinPython):
. we build a first basic WinPython structure with make.py, without installer creation, nor any package but pip/setuptools/wheel,
step2:
. moving inside WinPython target environment structure (the final WinPython),
. pip install requirements.txt ,
. run_complements.bat,
step3:
. moving back to Winpython 'builder' environment (not final WinPython):
. we re-use make.py a second time to publish the build: remove_existing=False, no package addition nor run_requirement, just rebuilding changelog and creating installer
benefit:
the goal: "run_complement.bat" step works again as expected on Python-3.8,
with winpython 2.2.20191022, we split the main process in 3:
. using Winpython 'builder' environment (not final WinPython):
. we build a first basic WinPython structure with make.py, without installer creation, nor any package but pip/setuptools/wheel,
. moving inside WinPython target environment structure (the final WinPython),
. pip install requirements.txt ,
. run_complements.bat,
. moving back to Winpython 'builder' environment (not final WinPython):
. we re-use make.py a second time to publish the build: remove_existing=False, no package addition nor run_requirement, just rebuilding changelog and creating installer
benefit:
cost:
the problem it shall solve will remain not understood, so still lurking around: Win10, Python-3.8, ...
The text was updated successfully, but these errors were encountered: