
anaconda
火星种萝卜
c++ vc mfc java
展开
-
jupyter notebook中切换环境(内核)的方法 亲测好用
jupyter notebook中切换环境的方法_虫子987的博客-CSDN博客_jupyter notebook切换环境转载 2022-06-11 16:20:42 · 1530 阅读 · 0 评论 -
jupyter-notebook没有运行按钮
https://www.csdn.net/tags/OtDaggxsODQxNDItYmxvZwO0O0OO0O0O.html转载 2022-04-21 14:41:37 · 2464 阅读 · 0 评论 -
pycharm使用anaconda管理环境的设置实践
pycharm使用anaconda管理环境的设置实践:不点击3时候,只有几个pip安装包在下面环境可见,点击了下图中3后,则显示出了该环境x-optimization下所安装的所有安装包其它找不到依赖包的文件都找到了依赖包...原创 2021-10-17 11:09:29 · 117 阅读 · 0 评论 -
.condarc文件是什么
.condarc以点开头,一般表示 conda 应用程序的配置文件,在用户的家目录(windows:C:\\users\\username\\,linux:/home/username/)。但对于.condarc配置文件,是一种可选的(optional)运行期配置文件,其默认情况下是不存在的,但当用户第一次运行 conda config命令时,将会在用户的家目录创建该文件。...转载 2021-10-16 21:59:22 · 11141 阅读 · 0 评论 -
conda创建新环境
conda创建新环境_SARACH_WONG的博客-CSDN博客_conda创建新环境转载 2021-10-13 23:03:59 · 123 阅读 · 0 评论 -
conda创建PYTHON环境
conda创建python环境 - 简书转载 2021-10-13 23:00:30 · 185 阅读 · 0 评论 -
conda 安装与使用
conda的安装与使用(2021-04-27更新) - 简书转载 2021-10-13 11:24:07 · 118 阅读 · 0 评论 -
如何实现更换Jupyter Notebook内核Python版本
如何实现更换Jupyter Notebook内核Python版本更新时间:2020年05月18日 09:53:29 作者:象在舞 这篇文章主要介绍了如何实现更换Jupyter Notebook内核Python版本,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧我使用anaconda安装的python3.6.3,并且自己建立一个虚拟环境,虚拟环境下的python版本也是3.6.3,Jupyter No...转载 2021-05-11 18:00:19 · 6677 阅读 · 3 评论 -
jupyter查看python版本
import sysprint(sys.version)原创 2021-05-11 17:53:32 · 5632 阅读 · 0 评论 -
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.co
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.cohttps://blog.csdn.net/qq_35443700/article/details/107951536转载 2021-05-11 17:41:48 · 489 阅读 · 0 评论 -
jupyter notebook修改默认工作目录
https://blog.csdn.net/weixin_41923658/article/details/90178693转载 2021-05-11 10:49:36 · 134 阅读 · 0 评论 -
pip如何安装whl
https://jingyan.baidu.com/article/d45ad14857168e69552b801f.html转载 2021-05-10 21:38:15 · 2797 阅读 · 0 评论 -
tensorflow1.14.0安装不上,报错
pip install tensorflow==1.14.0 -i https://pypi.tuna.tsinghua.edu.cn/simpletensorflow1.14.0安装不上,报错Microsoft Windows [版本 6.1.7601]版权所有 (c) 2009 Microsoft Corporation。保留所有权利。C:\Users\Administrator>pip install tensorflow==1.14.0 -i https://pypi.tuna.原创 2021-05-10 18:24:50 · 4258 阅读 · 0 评论 -
No module named ‘tensorflow.contrib‘
tensorflow 2.0以后没有 tensorflow.contrib解决办法:降低版本后问题解决pip uninstall tensorflow #卸载tensorflowpip install tensorflow==1.14.0 #安装tensorflow 1.13.1https://blog.csdn.net/qq_40900585/article/details/105382992...转载 2021-05-09 22:43:19 · 739 阅读 · 0 评论 -
No module named ‘tensorflow_hub‘
发现先导入pip install tensorflow_datasets再执行pip installl tensorflow_hub就可以了https://blog.csdn.net/qq_37051669/article/details/102730269转载 2021-05-09 22:38:55 · 2293 阅读 · 2 评论 -
更换pip安装源头成阿里云或清华的
在Windows%appdata%/pip/pip.ini(无则新增对应文件夹及文件)[global]timeout = 6000#index-url = https://pypi.tuna.tsinghua.edu.cn/simple#trusted-host = pypi.tuna.tsinghua.edu.cnindex-url = http://mirrors.aliyun.com/pypi/simple/trusted-host = mirrors.aliyun.com..原创 2021-05-09 22:27:57 · 251 阅读 · 0 评论 -
Could not fetch URL https://pypi.org/simple/pip/
Could not fetch URL https://pypi.org/simple/pip/https://blog.csdn.net/zhao_5352269/article/details/94432483转载 2021-05-09 22:06:42 · 364 阅读 · 0 评论 -
2021-05-09为什么pip install安装的包anaconda识别不了
为什么pip install安装的包anaconda识别不了,比如pip install kashgari 时候是将tensorflow==2.4.1安装了的,但是conda --list中没有列出tensorflow,导致需要在conda中重装一遍tensorflowconda install tensorflow原创 2021-05-09 21:36:48 · 1922 阅读 · 0 评论 -
conda的导入导出
https://blog.csdn.net/qq_37774098/article/details/109044455转载 2021-05-09 21:18:16 · 183 阅读 · 0 评论 -
conda导出环境变量
C:\Users\Administrator>conda env export >d:/environment.yamlCondaEnvException: Unable to determine environmentPlease re-run this command with one of the following options:* Provide an environment name via --name or -n* Re-run this command insi原创 2021-05-09 20:58:48 · 1402 阅读 · 0 评论