The addon does not work in the version 1.0.0
My system:
distro: archlinux python version: 3.13.1 freecad version: 1.0.0
First installation method: Addons menager in freecad, install button: When starting the add -on, he receives a message that I don't have Shibken2.
Second installation method, it's manual method: git clone repo to mod directory and copy directories in requirements to mod directory, as in the description. After launching, I get the same message: no shiboken2. I copied shiboken2 from /python 3.13/site-packages/shiboken2 to mod directory. After launching add -on i get message:
13:02:11 Cannot find icon: /usr/share/freecad/../Mod/AnimationFreeCAD/icons/clapCinema.svg 13:55:14 name '_init_pyside_extension' is not defined 13:55:14 Traceback (most recent call last): File "/home/khamsin/.local/share/FreeCAD/Mod/AnimationFreeCAD/./InitGui.py", line 18, in Initialize import pyflow_start File "/home/khamsin/.local/share/FreeCAD/Mod/AnimationFreeCAD/./pyflow_start.py", line 2, in <module> from PyFlow.App import PyFlow File "/home/khamsin/.local/share/FreeCAD/Mod/AnimationFreeCAD/./PyFlow/App.py", line 29, in <module> from PySide2 import QtGui File "/usr/lib/python3.13/site-packages/PySide2/__init__.py", line 107, in <module> _setupQtDirectories() File "/usr/lib/python3.13/site-packages/PySide2/__init__.py", line 69, in _setupQtDirectories _init_pyside_extension()
Is there any way to run this add -on.
Hey,
Could you retry the install now please.