Windows下pip安装及更新出现“UnicodeEncodeError: 'ascii' codec can't encode character u'\u258c' in position 8: ordinal not in range(128)”问题解决办法 问题显示如下: 1.找到Python安装包的路径Lib\site-packages(如:E:\python27\Lib\site-packages) 2.在该路径下创建sitecustomize.py,文件中的内容如下: imp…
Windows下Anaconda的安装和简单使用 Anaconda is a completely free Python distribution (including for commercial use and redistribution). It includes over 195 of the most popular Python packagesfor science, math, engineering, data analysis. 1.安装anaconda 之前什么都不需要…