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

[BUG] requirement.txt中jq 安装错误解答 win 10或11 #2533

Closed
oldTomatoCN opened this issue Jan 3, 2024 · 3 comments
Closed

[BUG] requirement.txt中jq 安装错误解答 win 10或11 #2533

oldTomatoCN opened this issue Jan 3, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@oldTomatoCN
Copy link

1.在windows系统中进行pip install -r ./requirement.txt的时候会提示错误:

Building wheel for jq (pyproject.toml) did not run successfully. This error originates from a subprocess, and is likely not a problem with pip
其实这个时候去看代码中requirement.txt这个文件告诉咱们要用conda去安装,不要用pip install
我去官网https://pypi.org/project/jq/ 也找不到amd64的包,应该是不支持windows系统

最后使用的是
conda install jq
安装上了

@oldTomatoCN oldTomatoCN added the bug Something isn't working label Jan 3, 2024
Copy link

dosubot bot commented Jan 3, 2024

🤖

It seems like you've got this under control, if you want help or have specific questions, let me know what I can do for you!


This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

@zRzRzRzRzRzRzR
Copy link
Collaborator

使用conda下载

@TianYin123
Copy link

你这已经安装成功了,接下来需要去requirements那个文件里面,把jq那一行删掉,重新pip requirements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants