obj2png
obj2png copied to clipboard
AttributeError: 'Axes3DSubplot' object has no attribute 'set_box_aspect'
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
@programmer-04 Which version of Python and matplotlib are you using ?
I think you should specify version numbers in your requirements.txt
I probably should but I was expecting most versions to work so I did not want to block anyone on older systems.