Error at FreeCAD initialisation due to python ?

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Fabrice
Posts: 2
Joined: Sun May 30, 2021 1:07 pm

Error at FreeCAD initialisation due to python ?

Post by Fabrice »

At FreeCAD initialization, I have this error:

Code: Select all

00:09:05  Please look into the log file for further information
00:09:05  During initialization the error "/home/fabrice/.local/lib/python3.8/site-packages/PyQt5/QtCore.so: undefined symbol: _ZdlPvm, version Qt_5" occurred in /usr/share/freecad-daily/Mod/Draft/InitGui.py
00:09:05  Please look into the log file for further information
00:09:07  Unknown command 'Std_AddonMgr'
OS: Ubuntu 20.04.2 LTS (XFCE/xubuntu)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.
Build type: Release
Branch: unknown
Hash: e8566f22bbeb0b7204e3c45519d0963e8881100b
Python version: 3.8.5
Qt version: 5.12.8
Coin version: 4.0.0
OCC version: 7.5.1
Locale: French/France (fr_FR)

I installed the stable version from PPA. Searching in the forum led me to install the daily version from PPA which did not solve the issue (I removed the stable version before).
I also saw in the forum that python3-pyqt5 should be installed and it is installed.

Thank you for the support.
Fabrice
Posts: 2
Joined: Sun May 30, 2021 1:07 pm

Re: Error at FreeCAD initialisation due to python ?

Post by Fabrice »

I could not find the issue.
I installed through snap and it seems to work.
Post Reply