You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When attempting to install the
jq
package on Windows 11 using the commandpip install jq
, an error occurs during the process of building the wheel for the package. The error message indicates that the wheel build process forjq
failed.The text was updated successfully, but these errors were encountered: