摘要:
原文:error: command ‘gcc‘ failed with exit status 1 点击直达 阅读全文
UnicodeEncodeError: ‘ascii‘ codec can‘t encode character u‘\u03b1‘ in position 20: ordinal not in ra
摘要:
我将dataframe写入到csv文件中时 df.to_csv('out.csv') 报了下面的错误 UnicodeEncodeError: 'ascii' codec can't encode character u'\u03b1' in position... 阅读全文
摘要:
我在python3中import keras,出现报错信息"ImportError: No module named scipy.sparse".解决方法如下: #卸载原来的scipy sudo pip3 uninstall scipy #通过apt-get安... 阅读全文
摘要:
在网上查找了一番,问题主要出在ubuntu的pip3上.准备手动重装pip3.解决方法如下: 一 安装setuptools模块 #先卸载系统的pip3 sudo apt install python3-pip #打开setuptools · PyPI,下载se... 阅读全文
摘要:
gsettings set org.gnome.desktop.interface document-font-name 'Sans 10'gsettings set org.gnome.desktop.interface font-name 'Ubuntu ... 阅读全文
摘要:
sudo apt-get autocleansudo apt-get cleansudo apt-get autoremove 阅读全文
摘要:
命令如下: install itorch type command as following: sudo pip3 install ipython==5.2.0 sudo pip3 install notebook git clone https://gith... 阅读全文
摘要:
1.用命令确定挂载位置 sudo mkdir disksudo mount -t ext4 /dev/sdb /media/upDiff/disk 2.在/etc/fstab中添加挂载 sudo gedit /etc/fstab #打开文件/dev/sd... 阅读全文
摘要:
sudo apt-get update 阅读全文
摘要:
安装pyTorch时,按照官网的命令进行安装 pip3 install http://download.pytorch.org/wh... 阅读全文