Initialization error on FreeCad 1.0.1 (due to networkx python module version conflict) #508
Replies: 7 comments 16 replies
-
Yeah I got same error. Check in Addon Manager and Python dep. if FC detects Networkx. In my case it does not, despite it being instaled on pc for sure. There seems to be some problem with FC Addon manager. |
Beta Was this translation helpful? Give feedback.
-
@davidegalli43 and @Werwolf-12
if you dont see the python console, enable it from the menu: |
Beta Was this translation helpful? Give feedback.
-
@Werwolf-12, strange. looks like a wrong networkx module. try the following: |
Beta Was this translation helpful? Give feedback.
-
Hi @shaise, In 2 computers I did a fresh installation this weekend and I have in both the same problem. |
Beta Was this translation helpful? Give feedback.
-
@davidegalli43 |
Beta Was this translation helpful? Give feedback.
-
@davidegalli43 , please go to the following folder:
|
Beta Was this translation helpful? Give feedback.
-
@luzpaz , since it happened to 2 people, then it is still an issue with the addon manager. They had to manually delete networkx folder then reinstall sheetmetal |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm new to FreCad and I've just installed the add-on SheetMetal.
While starting it, selecting it on the ribbbon, I obtain this initialization error on SheetMetalUnfoldCmd.
Can I do something to launch it?
Thank you.
21:44:55 module 'networkx' has no attribute '__version__' 21:44:55 Traceback (most recent call last): File "C:\Users\rpauser\AppData\Roaming\FreeCAD\Mod\sheetmetal\.\InitGui.py", line 68, in Initialize import SheetMetalUnfoldCmd File "C:\Program Files\FreeCAD 1.0\bin\Lib\site-packages\shiboken2\files.dir\shibokensupport\feature.py", line 139, in _import return original_import(name, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\rpauser\AppData\Roaming\FreeCAD\Mod\sheetmetal\.\SheetMetalUnfoldCmd.py", line 48, in <module> import SheetMetalNewUnfolder File "C:\Program Files\FreeCAD 1.0\bin\Lib\site-packages\shiboken2\files.dir\shibokensupport\feature.py", line 139, in _import return original_import(name, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\rpauser\AppData\Roaming\FreeCAD\Mod\sheetmetal\.\SheetMetalNewUnfolder.py", line 51, in <module> + str(nx.__version__)
Beta Was this translation helpful? Give feedback.
All reactions