解决python ImportError: cannot import *

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/yutingzhaomeng/article/details/86486856

假如我们运行

import aaa

提示错误

 ImportError: cannot import bbb

解决办法:更新aaa库

pip install aaa --upgrade

猜你喜欢

转载自blog.csdn.net/yutingzhaomeng/article/details/86486856