I just did a test build with conda and set qt to 5.12. It seems that shiboken2/pyside2 not found, which is the cause of this runtime error I assume. Any of you know anything about this? Any solutions?
I just did a test build with conda and set qt to 5.12. It seems that shiboken2/pyside2 not found, which is the cause of this runtime error I assume. Any of you know anything about this? Any solutions?
I hadn't had the time to look into it yet so I don't know if it's related, but there was/is a shiboken2/pyside2/cmake related issue on newer versions of pyside2. Some variables like PYSIDE_INCLUDE_DIR were removed from pyside2 cmake files so they could not be found on build time. (see https://www.freecadweb.org/tracker/view.php?id=3984)realthunder wrote: ↑Wed Aug 28, 2019 1:31 pmI just did a test build with conda and set qt to 5.12. It seems that shiboken2/pyside2 not found, which is the cause of this runtime error I assume. Any of you know anything about this? Any solutions?
Thanks for having a look at this. Looking at the latest build-log I can confirm the not found shiboken2/pyside2. It was found for qt5.9 but is not found for qt5.12. Looks like the cmake-configs of shiboken2/pyside2 5.12 have changed a lot and isn't compatible with pyside2/shiboken2 5.9. Best to help with this PR which seems to adresses this issue:realthunder wrote: ↑Wed Aug 28, 2019 1:31 pmI just did a test build with conda and set qt to 5.12. It seems that shiboken2/pyside2 not found, which is the cause of this runtime error I assume. Any of you know anything about this? Any solutions?
yesssssssss, that one works (FreeCAD_0.19-17903-Linux-Conda_Py3Qt5_glibc2.12-x86_64.AppImage). Well done, thank-you.looo wrote: ↑Wed Aug 28, 2019 7:33 amI made a mistake with adding solvespace to the bundles. Next build (today) hopefully solves this.Zolko wrote: ↑Tue Aug 27, 2019 9:32 pmno AppImage for Linux theretriplus wrote: ↑Fri Aug 23, 2019 2:16 amApp::Link functionality should already be included in the daily AppImage:
https://github.com/FreeCAD/FreeCAD/rele ... g/0.19_pre![]()
Not sure if this is the right place to post this:ascaron wrote: ↑Wed Aug 28, 2019 3:15 pmI hadn't had the time to look into it yet so I don't know if it's related, but there was/is a shiboken2/pyside2/cmake related issue on newer versions of pyside2. Some variables like PYSIDE_INCLUDE_DIR were removed from pyside2 cmake files so they could not be found on build time. (see https://www.freecadweb.org/tracker/view.php?id=3984)realthunder wrote: ↑Wed Aug 28, 2019 1:31 pmI just did a test build with conda and set qt to 5.12. It seems that shiboken2/pyside2 not found, which is the cause of this runtime error I assume. Any of you know anything about this? Any solutions?
Werner created a fix to load pyside2 at runtime.
Any news on this?realthunder wrote: ↑Fri Aug 09, 2019 1:25 pmRight, asm3 actually works in the LinkMerge branch. I'll soon make some changes so that it can be installed through the add-on manager.
Coming soon. I have already restructured asm3 and tried it locally, and it works fine. It's just that I was interrupted frequently to fix problems for the merge.Grawp wrote: ↑Sat Sep 21, 2019 4:43 pmAny news on this?realthunder wrote: ↑Fri Aug 09, 2019 1:25 pmRight, asm3 actually works in the LinkMerge branch. I'll soon make some changes so that it can be installed through the add-on manager.
Thanks for reporting. It is fixed now