-
Notifications
You must be signed in to change notification settings - Fork 848
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
Getting requirements to build wheel ... error #177
Comments
Ran into this issue as well... |
I have the same problem |
@jurgen178 Hi, do you have solve this problem? |
I was able to solve this problem and can provide access to a custom repository. |
@zhuyanxi , as I wrote in my initial comment, I used the latest released Python 3.13.1 when I ran it for the first time.
|
Hi, when cloning and running the install cmd 'pip install -r requirements.txt', I get an error to build 'wheel'.
Pulled the latest on main and have Python 3.13.1 installed.
Any idea what I'm missing? Thanks!
The full output for context is here:
C:\Projects\UFO>pip install -r requirements.txt
Collecting art==6.1 (from -r requirements.txt (line 1))
Using cached art-6.1-py3-none-any.whl.metadata (69 kB)
Collecting colorama==0.4.6 (from -r requirements.txt (line 2))
Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting langchain==0.1.11 (from -r requirements.txt (line 3))
Using cached langchain-0.1.11-py3-none-any.whl.metadata (13 kB)
Collecting langchain_community==0.0.27 (from -r requirements.txt (line 4))
Using cached langchain_community-0.0.27-py3-none-any.whl.metadata (8.2 kB)
Collecting msal==1.25.0 (from -r requirements.txt (line 5))
Using cached msal-1.25.0-py2.py3-none-any.whl.metadata (11 kB)
Collecting openai==1.59.7 (from -r requirements.txt (line 6))
Downloading openai-1.59.7-py3-none-any.whl.metadata (27 kB)
Collecting Pillow==10.3.0 (from -r requirements.txt (line 7))
Using cached pillow-10.3.0.tar.gz (46.6 MB)
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:\Users\test\AppData\Local\Programs\Python\Python313\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
main()
~~~~^^
File "C:\Users\test\AppData\Local\Programs\Python\Python313\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:\Users\test\AppData\Local\Programs\Python\Python313\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\test\AppData\Local\Temp\pip-build-env-38j_ciy5\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\test\AppData\Local\Temp\pip-build-env-38j_ciy5\overlay\Lib\site-packages\setuptools\build_meta.py", line 304, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "C:\Users\test\AppData\Local\Temp\pip-build-env-38j_ciy5\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "", line 33, in
File "", 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.
The text was updated successfully, but these errors were encountered: