AttributeError: 'NoneType' object has no attribute 'close'
Exception ignored in: 'scipy.spatial.qhull._Qhull.__dealloc__'
AttributeError: 'NoneType' object has no attribute 'close'
Exception in thread Thread-5:
Traceback (most recent call last):
File "threading.py", line 917, in _bootstrap_inner
File "threading.py", line 865, in run
File "yanderify.py", line 269, in worker_thread
File "yanderify.py", line 229, in worker_thread
File "yanderify.py", line 191, in make_animation_batch
File "yanderify.py", line 172, in make_animation_batch_
File "animate.py", line 19, in normalize_kp
File "qhull.pyx", line 2335, in scipy.spatial.qhull.ConvexHull.__init__
File "qhull.pyx", line 266, in scipy.spatial.qhull._Qhull.__init__
File "messagestream.pyx", line 36, in scipy._lib.messagestream.MessageStream.__init__
OSError: Failed to open file b'C:\\Users\\\xe5\x90\xb4\xe4\xba\x91\xe6\x9d\xb0\\AppData\\Local\\Temp\\scipy-6_weq13w'
看到这文件路径名,OSError: Failed to open file b'C:\\Users\\\xe5\x90\xb4\xe4\xba\x91\xe6\x9d\xb0\\AppData\\Local\\Temp\\scipy-6_weq13w'
\\xe5\x90\xb4\xe4\xba\x91\xe6\x9d\xb0是代表中文unicode字符串,这个python库可能不支持中文目录的访问