Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install -e ".[torch,metrics]"时,出现 ERROR: No matching distribution found for setuptools>=61.0 #6089

Open
1 task done
sun1092469590 opened this issue Nov 20, 2024 · 2 comments
Labels
pending This problem is yet to be addressed

Comments

@sun1092469590
Copy link

Reminder

  • I have read the README and searched the existing issues.

System Info

python 3.11
llamafactory==0.9.1.dev0

Reproduction

运行以下命令:
pip install -e ".[torch,metrics]"

Expected behavior

在pip install -e ".[torch,metrics]"时,出现错误:ERROR: No matching distribution found for setuptools>=61.0,但是我的虚拟环境已经安装了setuptools=69.5.1,后面又换了setuptools=75.0.0和setuptools=66.0.0,都还是出现相同的问题(ERROR: No matching distribution found for setuptools>=61.0)

这是什么原因,看了本项目相关的lssue,也查询了其他相关的技术类博客,没找到解决方法。

Others

No response

@github-actions github-actions bot added the pending This problem is yet to be addressed label Nov 20, 2024
@Ottomachine1
Copy link

尽量不要用虚拟环境安装

@sun1092469590
Copy link
Author

尽量不要用虚拟环境安装

不用虚拟环境装,那要用啥装啊?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending This problem is yet to be addressed
Projects
None yet
Development

No branches or pull requests

2 participants