1 2 3 4 5 ··· 28 下一页
摘要: 原文:error: command ‘gcc‘ failed with exit status 1 点击直达 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(73) 评论(0) 推荐(0)
摘要: 我将dataframe写入到csv文件中时 df.to_csv('out.csv') 报了下面的错误 UnicodeEncodeError: 'ascii' codec can't encode character u'\u03b1' in position... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(82) 评论(0) 推荐(0)
摘要: 我在python3中import keras,出现报错信息"ImportError: No module named scipy.sparse".解决方法如下: #卸载原来的scipy sudo pip3 uninstall scipy #通过apt-get安... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(466) 评论(0) 推荐(0)
摘要: 在网上查找了一番,问题主要出在ubuntu的pip3上.准备手动重装pip3.解决方法如下: 一 安装setuptools模块 #先卸载系统的pip3 sudo apt install python3-pip #打开setuptools · PyPI,下载se... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(49) 评论(0) 推荐(0)
摘要: gsettings set org.gnome.desktop.interface document-font-name 'Sans 10'gsettings set org.gnome.desktop.interface font-name 'Ubuntu ... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(96) 评论(0) 推荐(0)
摘要: sudo apt-get autocleansudo apt-get cleansudo apt-get autoremove 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(29) 评论(0) 推荐(0)
摘要: 解决方法:调整tab length window > preferences > pydev > editor > tab length 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(38) 评论(0) 推荐(0)
摘要: Αα:阿尔法 Alpha Ββ:贝塔 Beta Γγ:伽玛 Gamma Δδ:德尔塔 Delte Εε:艾普西龙 Epsilon ζ :捷塔 Zeta Ζη:依塔 Eta Θθ:西塔 Theta Ιι:艾欧塔 Iota Κκ:喀帕 Kappa ... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(3835) 评论(0) 推荐(0)
摘要: pandas对numpy版本要求比较高,需要先升级numpy再安装pandas,命令行如下: 1.python2 pip install --upgrade numpypip install pandas 2.python3 pip3 install --u... 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(235) 评论(0) 推荐(0)
摘要: 方法一:在软件中心,输入meld安装 方法二:命令行安装 sudo apt-get install meld 阅读全文
posted @ 2022-11-13 22:37 dlhl 阅读(594) 评论(0) 推荐(1)
1 2 3 4 5 ··· 28 下一页