我已经安装了Python模块"six“,它输出了相同的错误:I've installed and i get the same error
我该如何解决这个问题呢?
发布于 2018-04-17 11:45:02
请运行这2行推荐
brew reinstall python@2 pip install six
然后
pip install six
确保您已下载brew
https://stackoverflow.com/questions/49775505
相似问题