I get following error when trying to open workbench in FreeCAD:
19:34:17 invalid literal for int() with base 10: '19.4'
19:34:17 Traceback (most recent call last):
File "<string>", line 104, in Initialize
File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "/home/maciej/.FreeCAD/Mod/FreeCAD-render/Render/__init__.py", line 30, in <module>
from Render.constants import ( # noqa: F401
File "/usr/lib/python3.10/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "/home/maciej/.FreeCAD/Mod/FreeCAD-render/Render/constants.py", line 55, in <module>
FCDVERSION = int(App.Version()[0]), int(App.Version()[1])
FreeCAD version 0.19.4 build 1_voidlinux
Works just fine when I modified it like this, but I know this isn't solution to this problem:
I get following error when trying to open workbench in FreeCAD:
FreeCAD version
0.19.4 build 1_voidlinux
Works just fine when I modified it like this, but I know this isn't solution to this problem: