addon manager blank

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
studiorossoni
Posts: 11
Joined: Mon Feb 01, 2021 10:13 am

addon manager blank

Post by studiorossoni »

Hi everyone,

I have just installed Freecad 0.19. While selecting the Addon Manager from the menu,
I see it empty. On the report window I read the following messages:

- <string>(1)<class 'ModuleNotFoundError'>: No module named 'Show.TempoVis'
- Debug: addon_flags.json not found

What is happening? How can I have the addon icons loaded on the Addon Manager?
Should I install any addon only manually?

Thank you in advance for your help.

Angela
chrisb
Veteran
Posts: 54313
Joined: Tue Mar 17, 2015 9:14 am

Re: addon manager blank

Post by chrisb »

Hi Angela and welcome to the forum!

There were issues reported like yours on older revisions of 0.19 due to changes of the Github interface. Which do you have? Please attach your full FreeCAD info as described in the IMPORTANT forum rules linked above. AddonManagre works here:

OS: macOS 10.15
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.23756 (Git)
Build type: Release
Branch: master
Hash: 9c6e9184930a52b165a0b7274e3a45d1006bfe67
Python version: 3.8.6
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: C/Default (C)
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
studiorossoni
Posts: 11
Joined: Mon Feb 01, 2021 10:13 am

Re: addon manager blank

Post by studiorossoni »

chrisb wrote: Sun Feb 07, 2021 3:53 pm Hi Angela and welcome to the forum!

There were issues reported like yours on older revisions of 0.19 due to changes of the Github interface. Which do you have? Please attach your full FreeCAD info as described in the IMPORTANT forum rules linked above. AddonManagre works here:

OS: macOS 10.15
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.23756 (Git)
Build type: Release
Branch: master
Hash: 9c6e9184930a52b165a0b7274e3a45d1006bfe67
Python version: 3.8.6
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: C/Default (C)
Hi Chrisb,

many thanks for your reply.
here are the details of my Freecad Installation:

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.23756 (Git)
Build type: Release
Branch: master
Hash: 9c6e9184930a52b165a0b7274e3a45d1006bfe67
Python version: 3.8.6
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Italian/Italy (it_IT)

Cheers,

Angela
chrisb
Veteran
Posts: 54313
Joined: Tue Mar 17, 2015 9:14 am

Re: addon manager blank

Post by chrisb »

I retried with a plain vanilla config file - and AddonManager still works. I have git installed though, that might be the difference.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
studiorossoni
Posts: 11
Joined: Mon Feb 01, 2021 10:13 am

Re: addon manager blank

Post by studiorossoni »

Hi Chrisb,

I reloaded the Addon Managers and now it seems to work.

Many thanks for your help!

Angela
gdelfino
Posts: 1
Joined: Mon Mar 29, 2021 11:40 am

Re: addon manager blank

Post by gdelfino »

Hi, I am having this same problem. When I launch FreeCAD and when I open my document (created in version 0.18) I get this error:

Code: Select all

 "07:35:43  <string>(1)<class 'ModuleNotFoundError'>: No module named 'Show.TempoVis'
Could you expand on how to "reloaded the Addon Managers" to see if I can solve this issue?

BTW, this is my version information:

OS: macOS 10.16
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24276 (Git)
Build type: Release
Branch: (HEAD detached at 0.19.1)
Hash: a88db11e0a908f6e38f92bfc5187b13ebe470438
Python version: 3.8.8
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.4.0
Locale: C/Default (C)

Thanks in advance

Gustavo D.
User avatar
ebrahim raeyat
Posts: 625
Joined: Sun Sep 09, 2018 7:00 pm
Location: Iran
Contact:

Re: addon manager blank

Post by ebrahim raeyat »

It seems it raises this error again.

OS: Windows 10 Version 2009
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24291 (Git)
Build type: Release
Branch: releases/FreeCAD-0-19
Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035ac
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: English/United States (en_US)
User avatar
chennes
Veteran
Posts: 3915
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: addon manager blank

Post by chennes »

Do you see any errors in the Report view? If you turn on logging, do you see anything related to the Addon Manager there?
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
ebrahim raeyat
Posts: 625
Joined: Sun Sep 09, 2018 7:00 pm
Location: Iran
Contact:

Re: addon manager blank

Post by ebrahim raeyat »

chennes wrote: Fri Jan 28, 2022 8:10 pm Do you see any errors in the Report view? If you turn on logging, do you see anything related to the Addon Manager there?
Now it works, but if I remember, it says that a file with json suffix (I don't remember the filename) is missing or can not be found.
User avatar
chennes
Veteran
Posts: 3915
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: addon manager blank

Post by chennes »

That's really a networking error, it can't contact GitHub. It could be any number of things -- if you see it again, check to see if GitHub is accessible in your web browser.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
Post Reply