ERROR conda.core.link:_execute(502): An error occurred while installing package ‘conda-forge::setupt

Posted 婶婶的乌龙茶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR conda.core.link:_execute(502): An error occurred while installing package ‘conda-forge::setupt相关的知识,希望对你有一定的参考价值。

1.报错内容:

Executing transaction: failed
ERROR conda.core.link:_execute(502): An error occurred while installing package 'conda-forge::setuptools-65.5.1-pyhd8ed1ab_0'.
FileNotFoundError(2, '系统找不到指定的文件。', None, 2, None)
Attempting to roll back.
Rolling back transaction: done
FileNotFoundError(2, '系统找不到指定的文件。', None, 2, None) 

 2.解决办法

2.1对我无效的办法(可参考):

1.删除路径中的中文

2.检查系统环境变量是否出错



2.2有效办法

修改environment.yml,添加:setuptools==63.4.1

之后再运行创建命令(运行前先把之前创建失败所出现的环境名文件夹删除,详情见文末PS)

创建成功,没有报错了。

PS:第二次运行创建命令前,记得把先前运行所创建的环境 删除。比如我要删除的是

D:\\Anaconda\\envs目录下的openjdk文件夹

3.原因分析

个人认为应该是python默认下载的setuptools版本过高,有bug。

modelsim总是编译不成功,出现错误near "module": syntax error。求解答...

module Mux_1 (
clk,
reset,
x,
y,
mux_1_en,
mux_1_output
);
input clk;
input reset;
input [31:0] x;
input [31:0] y;
input mux_1_en;
output [7:0] mux_1_output;
reg [7:0] ex;

reg [7:0] ey;

initial begin
//clk = 0;
//reset = 0;
reg [7:0] ex <= [30:23] x;
reg [7:0] ey <= [30:23] y;
end
always @ (posedge clk)
//if(mux_1_en)begin
if(ex <= ey)
mux_1_output <= ey;
else
mux_1_output <= ex;
//end
endmodule

总是编译时不成功,第一行有错误

参考技术A reg [7:0] ex <= [30:23] x;
reg [7:0] ey <= [30:23] y;
没有这种写法。要遵守硬件的coding style,不能像写C语言一样打懒算盘。追问

改了也不行。但是reg类型的变量不是应该设置一个短暂的延迟么。
是不是缺什么东西...

追答

你把模块与测试平台写到了一起,搞得纠缠不清,你应该分开写。不是说写到一起不行,是因为你本来就是初学者,水平还没上去,何必为难自己呢。

参考技术B 我也遇到了一样的问题,修改成为verilog文件后编译通过了 参考技术C 文件名与模块名是否一致呢?或者换个名字看看 参考技术D initial 是仿真语句,一般在激励块中,而激励块没有参数 第5个回答  2011-12-18 initial 是仿真语句,一般在激励块中,而激励块没有参数

以上是关于ERROR conda.core.link:_execute(502): An error occurred while installing package ‘conda-forge::setupt的主要内容,如果未能解决你的问题,请参考以下文章

modelsim总是编译不成功,出现错误near "module": syntax error。求解答...

发生意外错误:“https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz:请求失败\“404 Not Found\”

错误:MFC 项目无法定义 _ATL_NO_EXCEPTIONS

npm 错误! 404 未找到 - 获取 https://registry.npmjs.org/error-ex

node-sass 安装错误:找不到包“error-ex”

反应本机初始化错误:在“npm”注册表上找不到包“error-ex”