You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I face some issue during installing DesignSPHysics on Linux. First, I try to install the new version through Addons option on FreeCAD.
But when I try to access the execution parameters the error stating like this:
DesignSPHysics version: 0.7.1 (26-11-2024)
Platform: Linux-6.8.0-50-generic-x86_64-with-glibc2.35
FreeCAD Version: 1.0.0
Exception type: <class 'TypeError'>
Exception value: 'NoneType' object is not subscriptable
Traceback:
File "/home/user/snap/freecad/common/Mod/DesignSPHysics/mod/widgets/dock/dock_configuration_widget.py", line 85, in on_execparams_button_presed
ExecutionParametersDialog(parent=get_fc_main_window())
File "/home/user/snap/freecad/common/Mod/DesignSPHysics/mod/widgets/execution_parameters_dialog.py", line 165, in init
densitydt_option_list = [__('None'), __('Molteni'), __('Fourtakas'), __('Fourtakas (Full)')] if Case.the().executable_paths.supports_ddt_fourtakas() else ['None', 'Molteni']
File "/home/user/snap/freecad/common/Mod/DesignSPHysics/mod/dataobjects/executable_paths.py", line 77, in supports_ddt_fourtakas
return bool(get_executable_info_flag(self.dsphysics)["Features"]["DDT_Fourtakas"])
Then I also check the setup plugin and it shows this error:
I tried to install the Macros manually as well, but the same issue remains. Is anyone have deal with the same problem on Linux? Or is there any procedures I have missed on installing the DesignSPHysics?
Thank you in advance for sharing.
The text was updated successfully, but these errors were encountered:
There is a problem because of some dependencies when installing FreeCAD from the store; by installing the tool from the FreeCAD website and launching it via terminal it should work.
In any case, DesignSPHysics works with older versions of FreeCAD too in case there is any issue with v1.0
Hello,
I face some issue during installing DesignSPHysics on Linux. First, I try to install the new version through Addons option on FreeCAD.
But when I try to access the execution parameters the error stating like this:
DesignSPHysics version: 0.7.1 (26-11-2024)
Platform: Linux-6.8.0-50-generic-x86_64-with-glibc2.35
FreeCAD Version: 1.0.0
Exception type: <class 'TypeError'>
Exception value: 'NoneType' object is not subscriptable
Traceback:
File "/home/user/snap/freecad/common/Mod/DesignSPHysics/mod/widgets/dock/dock_configuration_widget.py", line 85, in on_execparams_button_presed
ExecutionParametersDialog(parent=get_fc_main_window())
File "/home/user/snap/freecad/common/Mod/DesignSPHysics/mod/widgets/execution_parameters_dialog.py", line 165, in init
densitydt_option_list = [__('None'), __('Molteni'), __('Fourtakas'), __('Fourtakas (Full)')] if Case.the().executable_paths.supports_ddt_fourtakas() else ['None', 'Molteni']
File "/home/user/snap/freecad/common/Mod/DesignSPHysics/mod/dataobjects/executable_paths.py", line 77, in supports_ddt_fourtakas
return bool(get_executable_info_flag(self.dsphysics)["Features"]["DDT_Fourtakas"])
Then I also check the setup plugin and it shows this error:
I tried to install the Macros manually as well, but the same issue remains. Is anyone have deal with the same problem on Linux? Or is there any procedures I have missed on installing the DesignSPHysics?
Thank you in advance for sharing.
The text was updated successfully, but these errors were encountered: