
error
upuil
这个作者很懒,什么都没留下…
展开
-
Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or director
vi /etc/environment add these lines... LANG=en_US.utf-8 LC_ALL=en_US.utf-8 reference: https://gist.github.com/mes01/c8634bd4f94f21e4f4259e257509d68f原创 2021-10-09 20:03:53 · 313 阅读 · 0 评论 -
Python Pandas Error tokenizing data
data = pd.read_csv(‘file1.csv’, error_bad_lines=False) Do note that this will cause the offending lines to be skipped. error_bad_lines=False 这个选项是跳过错误的行。原创 2019-12-18 11:29:54 · 1429 阅读 · 0 评论 -
/../libstdc++.so.6: versionCXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/libicuuc.s
当我使用spyder时,出现如下错误 问题: from PyQt5.QtWebKitWidgets import QWebPage as QWebEnginePage ImportError:/home/pu/anaconda2/lib/python2.7/site-packages/numexpr/../../../libstdc++.so.6: versionCXXABI_1.3.8' n原创 2017-10-26 08:49:07 · 1485 阅读 · 0 评论 -
FutureWarning: Conversion of the second argument of issubdtype from
/opt/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treate...原创 2018-11-14 11:37:42 · 318 阅读 · 0 评论