|

楼主 |
发表于 2020-7-18 18:49:04
|
显示全部楼层
我发现好像是我Python有问题。。。出现了这个情况
:\Users\Administrator>python
Error processing line 1 of C:\Program Files\Python37\lib\site-packages\matplotlib-3.2.2-py3.7-nspkg.pth:
Traceback (most recent call last):
File "C:\Program Files\Python37\lib\site.py", line 168, in addpackage
exec(line)
File "<string>", line 1, in <module>
File "<frozen importlib._bootstrap>", line 580, in module_from_spec
AttributeError: 'NoneType' object has no attribute 'loader'
Remainder of file ignored
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:57:15) [MSC v.1915 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information. |
|