AttributeError: module 'importlib._bootstrap_external' has no attribute '_w_long'
001、问题
AttributeError: module 'importlib._bootstrap_external' has no attribute '_w_long'
002、原因
pip版本和对应的python调用不是同一个版本
003、解决方法
查找环境变量, 将pip命令和python的版本统一起来。
001、问题
AttributeError: module 'importlib._bootstrap_external' has no attribute '_w_long'
002、原因
pip版本和对应的python调用不是同一个版本
003、解决方法
查找环境变量, 将pip命令和python的版本统一起来。