Page 15 of 17

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Wed Mar 16, 2022 4:29 pm
by adrianinsaval
Syres wrote: Wed Mar 16, 2022 3:12 pm There seems to be some differing standards going on here, Linux platform for FC is supported back to Python 3.6.x and throughout the 0.20 development cycle Win 7 users have been giving valuable feedback. Now at the last minute the intention is to completely disregard them, really bad karma IMHO.
Supported is not the same as providing binaries. We don't have binaries for python 3.6. We don't even have any linux binaries for FreeCAD 0.19.4.
Also I think the Conda builds still use python 3.8 so you should be able to use those. Also no one is obligated to support win7, I would say there is a differing standard benefiting windows actually, were an effort was made to keep it working in a OS that reached EOL, while ubuntu versions that reached EOL were abandoned (rightly so).

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Wed Mar 16, 2022 4:53 pm
by apeltauer
Upgrading Python to 3.9 now is not an option for me during the time consumption it takes to upgrade.
Maybe in a second step we can do this.

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Wed Mar 16, 2022 5:30 pm
by uwestoehr
adrianinsaval wrote: Wed Mar 16, 2022 2:03 pm I personally don't mind but I think this means dropping support for windows 7 in the installer right? AFAIK only up to 3.8 runs there.
OK, I did not know. Then we should stay with Python 3.8 but upgrade to the latest Python 3.8.

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Wed Mar 16, 2022 5:32 pm
by uwestoehr
Syres wrote: Wed Mar 16, 2022 3:12 pm Now at the last minute the intention is to completely disregard them, really bad karma IMHO.
Calm down please. The decision was announced long time ago:
https://wiki.freecadweb.org/Release_notes_0.20#General

So since we will support Win 7, of course we cannot use a python that won't run on Win 7. I was simply not aware of that.

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Wed Mar 16, 2022 5:34 pm
by uwestoehr
apeltauer wrote: Wed Mar 16, 2022 4:53 pm Upgrading Python to 3.9 now is not an option for me during the time consumption it takes to upgrade.
As it turned out Python 3.9 is no option. However the upgrade to the latest Python 3.8 should be doable just by copying the python files. If you like, I can do this. So once i got your LibPack, I will apply the latest Python 3.8 file onto it and try if this is already sufficient.

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Wed Mar 16, 2022 5:36 pm
by apeltauer
We also need the debug version, with a postfix _d

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Mon Mar 21, 2022 1:19 pm
by uwestoehr
apeltauer wrote: Wed Mar 16, 2022 5:36 pm We also need the debug version, with a postfix _d
OK, then let's postpone the Python upgrade.

What we should however consider is to upgrade Qt because they fixed many security-relevant bugs:
https://forum.freecadweb.org/viewtopic.php?f=10&t=67341

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Sat Feb 18, 2023 4:47 pm
by falviani
Hello,

I haven't pulled from master for a few weeks and wonder what the latest version of the LibPack is. I am currently building against LibPack-OCC76-V2-8 and had a significant number of packages fail when I built this morning.

Thanks in advance!

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Sat Feb 18, 2023 4:57 pm
by uwestoehr
falviani wrote: Sat Feb 18, 2023 4:47 pm I haven't pulled from master for a few weeks and wonder what the latest version of the LibPack is.
https://github.com/FreeCAD/FreeCAD-LibPack/releases

Re: New libpacks for Windows with Qt5.15, OCC7.5

Posted: Sat Feb 18, 2023 6:25 pm
by chennes
falviani wrote: Sat Feb 18, 2023 4:47 pm I haven't pulled from master for a few weeks and wonder what the latest version of the LibPack is. I am currently building against LibPack-OCC76-V2-8 and had a significant number of packages fail when I built this morning.
I build against that libpack regularly -- if it's been a few weeks you might want to just delete your build directory and start from scratch, it should build without issue against that libpack.