pip install numpy 时出错TypeError: string argument expected, got 'NoneType'
更新了pip后也不行,conda install也不行。于是去site-packages中查看,是之前卸载时numpy的相关包没有卸干净,于是将包卸载干净后,再次使用pip install 安装即可。比如现有情况是多了,也就是将相关包删除即可。
pip install numpy 时出错TypeError: string argument expected, got 'NoneType'
更新了pip后也不行,conda install也不行。于是去site-packages中查看,是之前卸载时numpy的相关包没有卸干净,于是将包卸载干净后,再次使用pip install 安装即可。比如现有情况是多了,也就是将相关包删除即可。