【求助帖】 2024/10/16 安装miniconda后创建虚拟环境报错 #226
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#226
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
同学你好喔,我看你的报错信息显示为:
bash:/c/Users/Administrator/miniconda3/conda: cannot execute binary file: Exec format error
说明你执行的Conda二进制文件格式不正确,无法在当前系统上执行。
我相知道您是在Windows系统还是Linux系统上运行的代码呢?
因为这应该是您在尝试在不支持该二进制格式的操作系统上运行程序时,例如在Windows系统上运行为Linux编译的程序。如果您是使用的Windows的终端直接运行的代码的话,建议您换成Linux的系统喔。可以使用Linux系统服务器进行实验或者在Windows系统中安装Linux虚拟环境。