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
Traceback (most recent call last):
File "D:\DeepCAD-master\utils\show.py", line 6, in
from OCC.Display.SimpleGui import init_display
ModuleNotFoundError: No module named 'OCC'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\DeepCAD-master\dataset\json2pc.py", line 13, in
from cadlib.visualize import CADsolid2pc, create_CAD
File "D:\DeepCAD-master\dataset..\cadlib\visualize.py", line 1, in
from OCC.Core.gp import gp_Pnt, gp_Dir, gp_Circ, gp_Pln, gp_Vec, gp_Ax3, gp_Ax2, gp_Lin
ModuleNotFoundError: No module named 'OCC'
Traceback (most recent call last):
File "D:\DeepCAD-master\utils\show.py", line 6, in
from OCC.Display.SimpleGui import init_display
ModuleNotFoundError: No module named 'OCC'
The text was updated successfully, but these errors were encountered: