$pip install jq Collecting jq Using cached jq-1.4.1.tar.gz (2.7 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: jq 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\SaiTejaMakani\AppData\Local\Temp\pip-install-_7jksk26\jq_bc859a8c4bf54fa0a70720ec3ecd5114_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
[notice] A new release of pip available: 22.2.2 -> 23.1.2 [notice] To update, run: python.exe -m pip install --upgrade pip
I have created anempty setup.py in my project to tryitbut no luck. Havent found any solution so far.