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

Error building wheel for jq during "pip install jq" #90

Closed
rabeeqasem opened this issue Jun 18, 2023 · 1 comment
Closed

Error building wheel for jq during "pip install jq" #90

rabeeqasem opened this issue Jun 18, 2023 · 1 comment

Comments

@rabeeqasem
Copy link

When attempting to install the jq package on Windows 11 using the command pip install jq, an error occurs during the process of building the wheel for the package. The error message indicates that the wheel build process for jq failed.


Building wheel for jq (pyproject.toml) ... error
error: subprocess-exited-with-error

× Building wheel for jq (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
    running bdist_wheel
    running build
    running build_ext
    Executing: ./configure CFLAGS=-fPIC --prefix=C:\Users\Rabee\AppData\Local\Temp\pip-install-9p4zzb20\jq_55358dac5d0c47a1857c9371a6542fdb\_deps\build\onig-install-6.9.4
    error: [WinError 2] The system cannot find the file specified
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for jq
Failed to build jq
ERROR: Could not build wheels for jq, which is required to install pyproject.toml-based projects


@mwilliamson
Copy link
Owner

I'm afraid Windows isn't currently supported. Closing as a duplicate of #20.

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

No branches or pull requests

2 participants