问题描述:

MAC 系统, 在python Notebook安装新模块包时报错。
pycharm 可以下载安装成功,但是jupyter notebook 无法使用。
ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot accurately
在这里插入图片描述

解决方案:

MAC: 先升级原来的pyyaml pip install pyyaml ,再安装包。
window: pip install featuretools --ignore-installed PyYAML

问题描述:windows报错拒接访问

在这里插入图片描述

解决方案:

pip install --user featuretools 

更多推荐