weixin_39638468的博客问题1ImportError: Something is wrong with the numpy ... While importing we detected an older version of numpy in ['/home/ubuntu/.local/lib/python3.5/site-packages/numpy']. One method of fixing...
weixin_39564755的博客一、前言一般来说,为了方便,使用python的时候都会使用csv模块去写数据到csv文件,但是写入中文的时候,经常会报错:UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in ...