Addon Manager: New behavior??

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
BarateGites
Posts: 4
Joined: Fri Jun 18, 2021 12:21 pm

Addon Manager: New behavior??

Post by BarateGites »

have two version of FreeCAD installed and running on my system. One distribution packaged, and one self-compiled from the master (git).OS: openSUSE Leap 15.3 (KDE//usr/share/xsessions/plasma5)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.Unknown
Build type: Releaseomegle xender

Python version: 3.6.13
Qt version: 5.12.7
Coin version: 3.1.3
OCC version: 7.5.3
Locale: English/United States (en_US)

OS: openSUSE Leap 15.3 (KDE//usr/share/xsessions/plasma5)
Word size of FreeCAD: 64-bit
Version: 0.20.26361 (Git)
Build type: Unknown
Branch: master
Hash: 6da7749233d855fa8c82d3d1a292d78925d528bb
Python version: 3.6.13
Qt version: 5.12.7
Coin version: 3.1.3
OCC version: 7.5.3
Locale: English/United States (en_US)

Until recently both versions shared the same installed Addon's. Which live on .FreeCAD/MOD. Whichever Module I installed in one system would also show in the other system.
As of yesterday (11/10) The installed addon's live only on the distribution packaged system. The Tools->Addon manager shows all modules available, and once reinstalled in the self compiled system it will live there.
My question is: Is this the new intended behavior (which I like), or is it a glitch that will be reversed. And, in case it is the new intended behavior, where do the installed modules of the new system live (nothing new shows in .FreeCAD/MOD.
Thanks.
User avatar
Zolko
Veteran
Posts: 2213
Joined: Mon Dec 17, 2018 10:02 am

Re: Addon Manager: New behavior??

Post by Zolko »

I have an error with latest FreeCAD from GitHub:

Code: Select all

During initialization the error "cannot import name 'QtNetwork' from 'PySide2' (/usr/lib/python3/dist-packages/PySide2/__init__.py)" occurred in /home/hubertz/Documents/CAD/FreeCAD/FreeCAD/FreeCAD_build/Mod/AddonManager/InitGui.py
Please look into the log file for further information
Unknown command 'Std_AddonMgr'

OS: Debian GNU/Linux 10 (buster) (KDE//usr/share/xsessions/plasma)
Word size of FreeCAD: 64-bit
Version: 0.20.27049 (Git)
Build type: Unknown
Branch: master
Hash: 74fe1fa4db96ce9ba63a156515ddf816117c7a6e
Python version: 3.7.3
Qt version: 5.11.3
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedKingdom (en_GB)
try the Assembly4 workbench for FreCAD — tutorials here and here
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: Addon Manager: New behavior??

Post by adrianinsaval »

Zolko wrote: Tue Jan 18, 2022 9:43 pm I have an error with latest FreeCAD from GitHub:
absolutely unrelated to this thread. + I don't think that's from github (appimages), looks like the deb version from debian repos
freecad package is missing the declaration of a new dependency: https://forum.freecadweb.org/viewtopic.php?f=4&t=64642 still no word from kurt
User avatar
Zolko
Veteran
Posts: 2213
Joined: Mon Dec 17, 2018 10:02 am

Re: Addon Manager: New behavior??

Post by Zolko »

Zolko wrote: Tue Jan 18, 2022 9:43 pm I have an error with latest FreeCAD from GitHub:
Solution is here: install the system package python3-pyside2.qtnetwork
try the Assembly4 workbench for FreCAD — tutorials here and here
Post Reply