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

[Question]: 无法安装paddlenlp2.7及2.8版 #8344

Closed
Sinoftj opened this issue Apr 28, 2024 · 4 comments
Closed

[Question]: 无法安装paddlenlp2.7及2.8版 #8344

Sinoftj opened this issue Apr 28, 2024 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@Sinoftj
Copy link

Sinoftj commented Apr 28, 2024

请提出你的问题

Mac M2芯片,python3.9
使用命令 pip3 install paddlenlp 安装的时候会安装2.6的版本。
使用pycham安装最新版,会提示ERROR: No matching distribution found for tool-helpers
哪怕用pip 安装whl也不行

@Sinoftj Sinoftj added the question Further information is requested label Apr 28, 2024
@w5688414
Copy link
Contributor

w5688414 commented Apr 29, 2024

您好,感谢反馈,可以下载源代码,删除如下的tool_helper(只在linxu进行了编译)包即可。

tool_helpers

git clone https://github.com/PaddlePaddle/PaddleNLP.git
cd PaddleNLP
pip install -e .

@w5688414
Copy link
Contributor

w5688414 commented Apr 29, 2024

提了一个修复的PR: #8336

@Sinoftj
Copy link
Author

Sinoftj commented Apr 29, 2024

您好,感谢反馈,可以下载源代码,删除如下的tool_helper(只在linxu进行了编译)包即可。

tool_helpers

git clone https://github.com/PaddlePaddle/PaddleNLP.git
cd PaddleNLP
pip install -e .

感谢您的帮助,但是我是新手,这些我不会(或者需要一点时间进行学习),只能等着你们修复了

@w5688414
Copy link
Contributor

已经合入了,可以使用develop分支

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants