探寻ubuntu
ln0
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【优雅解决】pip3 install 报错:cannot import name 'main'
pip3 install 报错:cannot import name 'main'使用pip3报错:cannot import name 'main'使用pip3报错:cannot import name ‘main’在Ubuntu上换源,接着进行sudo apt-get update; sudo apt-get upgrate,再使用pip3 install 导致使用时报错如下后来发现是因...转载 2019-05-25 21:22:30 · 557 阅读 · 0 评论 -
【优雅解决】:换源后 sudo apt-get update 出现 N: Updating from such a repository can't be done securely……
运行 sudo apt-get update 出现 N: Updating from such a repository can’t be done securely……本以为是源的问题,换了好几个源,但都没有见效。现象如下: 解决方案:一:进入该文件保存位置cd /etc/apt/sources.list.d二:删除无法导入的文件sudo mv graphics-drivers-...原创 2019-05-26 11:05:55 · 1087039 阅读 · 6 评论 -
【优雅解决】ubuntu 将aptitude 换回 apt-get
aptitude换回apt-getaptitude 和 apt-get ,只能留其一,而我的环境ubuntu 18.04,运行aptitude install 会报错暂时无法解决,只能先换回apt-get,一、删除aptitudesudo dpkg -r aptitude 二、下载安装包完成后,在ubuntu网站上找到apt的安装包,http://security.ubuntu.c...原创 2019-05-26 11:13:19 · 7223 阅读 · 21 评论 -
【原创】ubuntu18.04阿里源巨坑!安装pip3 Depends: python-pip-whl (= 8.1.1-2) but 8.1.1-2ubuntu0.4 is to be
下了个ubuntu18.04,更新阿里源后安装pip3apt install python3-pip结果居然报错了Reading package lists... DoneBuilding dependency tree Reading state information... DoneSome packages could not be installed. This ...原创 2019-05-26 12:41:42 · 3924 阅读 · 0 评论 -
【完美解决】安装tf ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
我的配置:ubuntu18.04,cuda10.0,cudnn7.5.0,tensorflow-gpu 1.13.1而且gpu是1080ti,算力完全没问题,但还是报错Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/lenle/.local/...原创 2019-05-26 13:05:32 · 3699 阅读 · 4 评论
分享