When running the following command I get an error
Quoted Text Here
python3 -m pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Collecting faster-whisper==1.0.2 (from -r requirements.txt (line 1))
Downloading faster_whisper-1.0.2-py3-none-any.whl.metadata (15 kB)
Collecting groq==0.6.0 (from -r requirements.txt (line 2))
Downloading groq-0.6.0-py3-none-any.whl.metadata (13 kB)
Collecting openai==1.30.1 (from -r requirements.txt (line 3))
Downloading openai-1.30.1-py3-none-any.whl.metadata (21 kB)
Collecting google-generativeai==0.5.4 (from -r requirements.txt (line 4))
Downloading google_generativeai-0.5.4-py3-none-any.whl.metadata (3.9 kB)
Collecting opencv_python==4.9.0.80 (from -r requirements.txt (line 5))
Downloading opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl.metadata (20 kB)
Collecting Pillow==10.3.0 (from -r requirements.txt (line 6))
Downloading pillow-10.3.0.tar.gz (46.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.6/46.6 MB 4.4 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.496.0_x64__qbz5n2kfra8p0\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
main()
~~~~^^
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.496.0_x64__qbz5n2kfra8p0\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.496.0_x64__qbz5n2kfra8p0\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\Corne\AppData\Local\Temp\pip-build-env-347jmnju\overlay\Lib\site-packages\setuptools\build_meta.py", line 334, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Corne\AppData\Local\Temp\pip-build-env-347jmnju\overlay\Lib\site-packages\setuptools\build_meta.py", line 304, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "C:\Users\Corne\AppData\Local\Temp\pip-build-env-347jmnju\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 33, in <module>
File "<string>", line 27, in get_version
KeyError: '__version__'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip
Can anyone help?