DeepCAD icon indicating copy to clipboard operation
DeepCAD copied to clipboard

python show.py --src ../data/data --from h5

Open hanyong-max opened this issue 2 years ago • 1 comments

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'

hanyong-max avatar Oct 27 '23 07:10 hanyong-max

(base) D:\DeepCAD-master\dataset>python json2pc.py --only_test

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'

hanyong-max avatar Oct 27 '23 08:10 hanyong-max