ansys / python-installer-qt-gui

Python QT app for installing Python
https://installer.docs.pyansys.com/
MIT License
29 stars 5 forks source link

Providing all pre-compiled Python versions 3.9 to 3.12 #239

Open RobPasMue opened 8 months ago

RobPasMue commented 8 months ago

It might be good to provide all the precompiled versions of Python. Or maybe add a message (on Linus) saying that only 3.11 is precompiled and readily available, while the others require compilation (2-3 minutes).

tusharbana-ansys commented 8 months ago

Adding a warning/alert is better I believe. Because if we decide to add all precompiled versions of python, it will increase the package size by alot. Almost doubling it or more..

RobPasMue commented 8 months ago

We might want to go with a different approach though. Maybe uploading the precompiled versions as assets to the release, and allowing the app to download them when requested can save us some time.

For now let's add a warning - I will share my thoughts with you guys for the second approach later on.