【求助帖】 2024/10/16 安装miniconda后创建虚拟环境报错 #226

Open
opened 2024-10-18 11:50:16 +08:00 by cygaoni · 1 comment
No description provided.
cygaoni reopened this issue 2024-10-18 11:50:45 +08:00

同学你好喔,我看你的报错信息显示为:
bash:/c/Users/Administrator/miniconda3/conda: cannot execute binary file: Exec format error
说明你执行的Conda二进制文件格式不正确,无法在当前系统上执行。

我相知道您是在Windows系统还是Linux系统上运行的代码呢?

因为这应该是您在尝试在不支持该二进制格式的操作系统上运行程序时,例如在Windows系统上运行为Linux编译的程序。如果您是使用的Windows的终端直接运行的代码的话,建议您换成Linux的系统喔。可以使用Linux系统服务器进行实验或者在Windows系统中安装Linux虚拟环境。

同学你好喔,我看你的报错信息显示为: bash:/c/Users/Administrator/miniconda3/conda: cannot execute binary file: Exec format error 说明你执行的Conda二进制文件格式不正确,无法在当前系统上执行。 我相知道您是在Windows系统还是Linux系统上运行的代码呢? 因为这应该是您在尝试在不支持该二进制格式的操作系统上运行程序时,例如在Windows系统上运行为Linux编译的程序。如果您是使用的Windows的终端直接运行的代码的话,建议您换成Linux的系统喔。可以使用Linux系统服务器进行实验或者在Windows系统中安装Linux虚拟环境。
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#226
No description provided.