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
Running the script gave me throws this error. I suspect it is because of a version mismatch.
I think you should specify version numbers in your requirements.txt
Traceback (most recent call last):
File "obj2png/src/obj2png.py", line 122, in
ob.Plot(outfile,elevation=elevation,azim=azim,dpi=dpi,scale=scale,animate=animate)
File "/content/obj2png/src/ObjFile.py", line 184, in Plot
ax.set_box_aspect(np.ptp(limits, axis = 1))
AttributeError: 'Axes3DSubplot' object has no attribute 'set_box_aspect'`
The text was updated successfully, but these errors were encountered:
Running the script gave me throws this error. I suspect it is because of a version mismatch.
I think you should specify version numbers in your requirements.txt
Traceback (most recent call last):
File "obj2png/src/obj2png.py", line 122, in
ob.Plot(outfile,elevation=elevation,azim=azim,dpi=dpi,scale=scale,animate=animate)
File "/content/obj2png/src/ObjFile.py", line 184, in Plot
ax.set_box_aspect(np.ptp(limits, axis = 1))
AttributeError: 'Axes3DSubplot' object has no attribute 'set_box_aspect'`
The text was updated successfully, but these errors were encountered: