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
I download the rhino3dm8.9.0 but when i install the add-on i encounter the error
from .read3dm import read_3dm
File "/root/.config/blender/4.0/scripts/addons/import_3dm/read3dm.py", line 54, in
import rhino3dm as r3d
File "/root/.config/blender/4.0/scripts/addons/modules/rhino3dm/init.py", line 5, in
from ._rhino3dm import *
ModuleNotFoundError: No module named 'rhino3dm._rhino3dm'
Is something wrong with the version of rhino3dm?
The text was updated successfully, but these errors were encountered:
I download the rhino3dm8.9.0 but when i install the add-on i encounter the error
from .read3dm import read_3dm
File "/root/.config/blender/4.0/scripts/addons/import_3dm/read3dm.py", line 54, in
import rhino3dm as r3d
File "/root/.config/blender/4.0/scripts/addons/modules/rhino3dm/init.py", line 5, in
from ._rhino3dm import *
ModuleNotFoundError: No module named 'rhino3dm._rhino3dm'
Is something wrong with the version of rhino3dm?
The text was updated successfully, but these errors were encountered: