Can`t install Sheetmetal workbench

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
MrRossi
Posts: 107
Joined: Thu Dec 01, 2016 7:30 am

Can`t install Sheetmetal workbench

Post by MrRossi »

Dear FreeCAD Community

Need some help. Unable to install Sheetmetal workbench anymore. Anybody an idea what can be the problem?

Get these errors:
14:39:50 Traceback (most recent call last):
14:39:50 File "C:\Program Files\FreeCAD 0.20\Mod\AddonManager\addonmanager_workers.py", line 982, in run
14:39:50 self.run_git(target_dir)
14:39:50 File "C:\Program Files\FreeCAD 0.20\Mod\AddonManager\addonmanager_workers.py", line 1016, in run_git
14:39:50 self.run_git_clone(clonedir)
14:39:50 File "C:\Program Files\FreeCAD 0.20\Mod\AddonManager\addonmanager_workers.py", line 1094, in run_git_clone
14:39:50 repo = git.Repo.clone_from(
14:39:50 File "C:\Program Files\FreeCAD 0.20\bin\lib\site-packages\git\repo\base.py", line 1032, in clone_from
14:39:50 return cls._clone(git, url, to_path, GitCmdObjectDB, progress, multi_options, **kwargs)
14:39:50 File "C:\Program Files\FreeCAD 0.20\bin\lib\site-packages\git\repo\base.py", line 969, in _clone
14:39:50 handle_process_output(proc, None, progress.new_message_handler(), finalize_process, decode_streams=False)
14:39:50 File "C:\Program Files\FreeCAD 0.20\bin\lib\site-packages\git\cmd.py", line 115, in handle_process_output
14:39:50 return finalizer(process)
14:39:50 File "C:\Program Files\FreeCAD 0.20\bin\lib\site-packages\git\util.py", line 329, in finalize_process
14:39:50 proc.wait(**kwargs)
14:39:50 File "C:\Program Files\FreeCAD 0.20\bin\lib\site-packages\git\cmd.py", line 408, in wait
14:39:50 raise GitCommandError(self.args, status, errstr)
14:39:50 git.exc.GitCommandError: Cmd('git') failed due to: exit code(3221225478)
cmdline: git clone --progress -v https://github.com/shaise/FreeCAD_SheetMetal \\DC-CT-01\PROFILES$\c.lehner\AppData\Roaming\FreeCAD\\Mod\sheetmetal

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.1.29410 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: f5d13554ecc7a456fb6e970568ae5c74ba727563
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * Assembly4 0.12.4
  * Defeaturing
  * dodo
  * fasteners
  * Manipulator
  * sheetmetal
Thanks Christian
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: Can`t install Sheetmetal workbench

Post by Syres »

Works OK here using the latest version of Sheetmetal Wb on 0.20.1:

Code: Select all

OS: Windows 7 Version 6.1 (Build 7601: SP 1)
Word size of FreeCAD: 64-bit
Version: 0.20.1.29410 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: f5d13554ecc7a456fb6e970568ae5c74ba727563
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * A2plus 0.4.56a
  * Assembly3 0.11.3
  * CfdOF 1.17.7
  * Curves 0.5.4
  * fasteners 0.3.51
  * fcgear 1.0.0
  * freecad.xray 2022.4.17
  * Manipulator 1.4.9
  * Plot 2022.4.17
  * sheetmetal 0.2.57
  * Silk 1.0.0
  * timber
MrRossi
Posts: 107
Joined: Thu Dec 01, 2016 7:30 am

Re: Can`t install Sheetmetal workbench

Post by MrRossi »

Tried it agian today. Now it works.
No idea.
Post Reply