freecad not able to open AddonMgr

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
felicien
Posts: 1
Joined: Thu Jul 09, 2020 9:46 pm

freecad not able to open AddonMgr

Post by felicien »

I am a new user. When I try to run the addon manager it doesn't work. Here is the output:
Running the Python command 'Std_AddonMgr' failed:
Traceback (most recent call last):
File "/usr/share/freecad/Mod/AddonManager/AddonManagerGui.py", line 10, in Activated
import AddonManager
File "/usr/share/freecad/Mod/AddonManager/AddonManager.py", line 46, in <module>
from PySide import QtCore, QtGui
File "/usr/share/freecad/Ext/PySide/QtCore.py", line 1, in <module>
from PySide2.QtCore import *

/usr/lib/python3/dist-packages/PySide2/QtCore.cpython-38-x86_64-linux-gnu.so: undefined symbol: object_dealloc
Does somebody have an idea? Thanks!
ps: i'm under debian
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: freecad not able to open AddonMgr

Post by jmaustpc »

Hi, your first post, welcome to FreeCAD!

Can you please post your FreeCAD version data in the manner explained in the Forum Rules link above this forum. Also please tell us where you got your FreeCAD, for example is it from Debian official repo etc.

Jim
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: freecad not able to open AddonMgr

Post by Kunda1 »

Also try using the latest 0.19 version
a fix was pushed recently to address this issue.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply