Blendyn #73381

Closed
opened 2020-01-25 04:39:08 +01:00 by Budhyant · 4 comments

System Information
Operating system: Ubuntu
Graphics card: NVIDIA 1050ti

Blender Version
Broken:2.79b

Short description of error
Read prefs: /home/budhyant/.config/blender/2.79/config/userpref.blend
reloading addon: blendyn-master 1579923130.0244792 1579923172.7551026 /home/budhyant/.config/blender/2.79/scripts/addons/blendyn-master/init.py
Modules Installed () from '/home/budhyant/Downloads/blendyn-master.zip' into '/home/budhyant/.config/blender/2.79/scripts/addons'
addon_utils.disable: blendyn-master not disabled.
addon_utils.disable: blendyn-master not disabled.
Modules Installed (blendyn-master) from '/home/budhyant/Downloads/blendyn-master.zip' into '/home/budhyant/.config/blender/2.79/scripts/addons'
BLENDYN::base.py: could not enable the netCDF module. NetCDF import will be disabled. The reported error was:
No module named 'netCDF4'
BLENDYN::eigenlib.py: could not find netCDF4 module. NetCDF import will be disabled. The reported error was:
$No module named 'netCDF4'
BLENDYN: could not find netCDF4 module. NetCDF import will be disabled.
WARNING:root:BLENDYN: could not find netCDF4 module. NetCDF import will be disabled.
BLENDYN::plotlib.py: could not import dependencies. Plotting will be disabled. The reported error was:
No module named 'pygal'
BLENDYN::plotlib.py: could not import cairosvg. Plots will only be savedin .svg format, and not displayed in Blender UI.
BLENDYN::base.py: could not enable the netCDF module. NetCDF import will be disabled. The reported error was:
No module named 'netCDF4'
BLENDYN::base.py: could not enable the MBDyn control module. Stopping MBDyn from the Blender UI will be disabled.
No module named 'psutil'
Traceback (most recent call last):

File "/usr/share/blender/scripts/modules/addon_utils.py", line 331, in enable
  mod = __import__(module_name)
File "/home/budhyant/.config/blender/2.79/scripts/addons/blendyn-master/__init__.py", line 146, in <module>
  register, unregister_fact = bpy.utils.register_classes_factory(classes)

AttributeError: module 'bpy.utils' has no attribute 'register_classes_factory'

**System Information** Operating system: Ubuntu Graphics card: NVIDIA 1050ti **Blender Version** Broken:2.79b **Short description of error** Read prefs: /home/budhyant/.config/blender/2.79/config/userpref.blend reloading addon: blendyn-master 1579923130.0244792 1579923172.7551026 /home/budhyant/.config/blender/2.79/scripts/addons/blendyn-master/__init__.py Modules Installed () from '/home/budhyant/Downloads/blendyn-master.zip' into '/home/budhyant/.config/blender/2.79/scripts/addons' addon_utils.disable: blendyn-master not disabled. addon_utils.disable: blendyn-master not disabled. Modules Installed (blendyn-master) from '/home/budhyant/Downloads/blendyn-master.zip' into '/home/budhyant/.config/blender/2.79/scripts/addons' BLENDYN::base.py: could not enable the netCDF module. NetCDF import will be disabled. The reported error was: No module named 'netCDF4' BLENDYN::eigenlib.py: could not find netCDF4 module. NetCDF import will be disabled. The reported error was: $No module named 'netCDF4' BLENDYN: could not find netCDF4 module. NetCDF import will be disabled. WARNING:root:BLENDYN: could not find netCDF4 module. NetCDF import will be disabled. BLENDYN::plotlib.py: could not import dependencies. Plotting will be disabled. The reported error was: No module named 'pygal' BLENDYN::plotlib.py: could not import cairosvg. Plots will only be savedin .svg format, and not displayed in Blender UI. BLENDYN::base.py: could not enable the netCDF module. NetCDF import will be disabled. The reported error was: No module named 'netCDF4' BLENDYN::base.py: could not enable the MBDyn control module. Stopping MBDyn from the Blender UI will be disabled. No module named 'psutil' Traceback (most recent call last): ``` File "/usr/share/blender/scripts/modules/addon_utils.py", line 331, in enable mod = __import__(module_name) File "/home/budhyant/.config/blender/2.79/scripts/addons/blendyn-master/__init__.py", line 146, in <module> register, unregister_fact = bpy.utils.register_classes_factory(classes) ``` AttributeError: module 'bpy.utils' has no attribute 'register_classes_factory'
Author

Added subscriber: @budhyant

Added subscriber: @budhyant

Added subscriber: @rjg

Added subscriber: @rjg

Blendyn is a third party add-on for which we do not provide support on the bug tracker, which is why this ticket will be closed.

It seems you've tried to install Blendyn from the master branch of the GitHub repository, however you're using Blender 2.79. The correct version for you is in the blender27 branch.

If you think you've found a bug in the add-on or requires further assistance please contact the developers of the add-on. Bugs can be reported on the Issues page on GitHub.

Blendyn is a third party add-on for which we do not provide support on the bug tracker, which is why this ticket will be closed. It seems you've tried to install Blendyn from the master branch of the GitHub repository, however you're using Blender 2.79. The correct version for you is in the [blender27 ](https://github.com/zanoni-mbdyn/blendyn/tree/blender27) branch. If you think you've found a bug in the add-on or requires further assistance please contact the developers of the add-on. Bugs can be reported on the [Issues page ](https://github.com/zanoni-mbdyn/blendyn/issues) on GitHub.

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'
Robert Guetzkow self-assigned this 2020-01-25 13:51:53 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#73381
No description provided.