A reportable application error has occurred. Conda has prepared the above report......

简介: A reportable application error has occurred. Conda has prepared the above report......

引言

conda create -n aiit2 python=3.8安装报错
A reportable application error has occurred. Conda has prepared the above report......

conda create -n aiit2 python=3.8安装报错,一大段,一开始以为是版本不兼容原因,然后一直调版本。我甚至一度以为我是不是删了Anaconda组件了,Anaconda是不是没救了。不瞒大家,我火绒都下载好了,就准备删除Anaconda后把注册表信息删了。下面我们来看看问题产生原因和解决方式吧。

image.png

问题展示image.png

就是安装错误,起初以为是版本原因,后来几经尝试发现和版本没有毛的关系,但是大部分情况下我们第一次想到的应该还是版本问题。

产生原因

🍓🍓今天新建一个自然语言处理,文本分类的小项目,一般情况下我几乎是一个项目一个Anaconda内置虚拟环境。因为会有一些包的依赖,例如numpy,不同功能的包对numpy的以来版本是不一样的,我不能一个项目换一个numpy版本吧,这样也太影响我智商了吧。在创建一个新Python项目时,需要使用anaconda创建新虚拟环境。使用conda create -n aiit5 python=3命令创建。其中aiit5是为这个虚拟环境起的名字,可以随便起,满足名字组成条件即可,建议字母和数字组成。

🍓🍓对于这种情况应该是连接原因,简单点说资源在外国服务器上,过内网访问会有问题,就像你平时拿自己电脑访问外网一样,没有梯子你敢出去吗,卡死你。


简单点,网络原因。虽然我之前一直用的都是豆瓣源,但是很奇怪,突然用不了,是豆瓣源坏了吗,显然不是,好了,不唠了,直接上解决方案。


解决方法:


🚀🚀🚀步骤一、win+R,输入%HOMEPATH%,找到.condarc文件,以记事本方式打开。你也可以直接在磁盘中找image.png



🚀🚀🚀步骤二、打开发现是空的,或者有一些其他的东西。不哦那个管,全删掉。把下面东西复制粘贴进去并同时按住 ctrl+s [保存]。


channels:
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
ssl_verify: true
show_channel_urls: true

image.pngimage.png再次安装


Anconda虚拟环境安装步骤

找到Anaconda Prompt并双击打开image.png


在黑框中输入命令如下后回车:

conda create -n aiit2 python=3.8

image.pngimage.png

输入 y 回车,进入虚拟环境(激活虚拟环境):

conda activate aiit6

安装成功




目录
相关文章
|
3月前
|
Python
解决安装ConcurrentLogHandler报错error in ConcurrentLogHandler setup command: use_2to3 is invalid.
本文介绍了在Python环境下安装ConcurrentLogHandler时遇到的"use_2to3 is invalid"错误的解决方法,主要是通过降级setuptools到57.5.0版本来解决该问题。
162 2
|
Java
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
1089 0
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
|
3月前
|
C++ Windows
vs2019 This application failed to start because it could not find or load the QT platform plugin
这篇文章介绍了在VS2019中解决QT程序运行时出现的“无法找到或加载QT平台插件”错误的步骤,通过将必要的DLL文件和插件目录复制到项目解决方案中解决了问题。
|
5月前
|
Linux Go C语言
【ERROR】chaincode install failed with status: 500 - failed to invoke backing implementation xxx
【ERROR】chaincode install failed with status: 500 - failed to invoke backing implementation xxx
85 0
|
6月前
|
消息中间件
ERROR 65639 --- [Container#0-217] o.s.a.r.l.SimpleMessageListenerContainer Failed to check/redeclare
ERROR 65639 --- [Container#0-217] o.s.a.r.l.SimpleMessageListenerContainer Failed to check/redeclare
83 0
|
6月前
|
应用服务中间件 Python 容器
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
233 0
|
6月前
|
缓存 IDE Linux
Internal error. Please report to https://jb.gg/ide/critical-startup-errors
Internal error. Please report to https://jb.gg/ide/critical-startup-errors
135 0
|
6月前
|
Linux
报错 Package ‘oniguruma‘, required by ‘virtual:world‘, not found
报错 Package ‘oniguruma‘, required by ‘virtual:world‘, not found
364 0
|
6月前
|
Perl
报错:error Parsing error: x-invalid-end-tag
报错:error Parsing error: x-invalid-end-tag
136 0