-
Notifications
You must be signed in to change notification settings - Fork 25
Description
(myenv) ypz@ypz-mac ~ % pip install xoscar
Collecting xoscar
Using cached xoscar-0.4.6.tar.gz (128 kB)
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
╰─> [37 lines of output]
warning: xoscar/backends/message.pyx:74:18: Annotation ignored since class-level attributes must be Python objects. Were you trying to set up an instance attribute?
warning: xoscar/backends/message.pyx:227:22: Unknown type declaration 'BaseException' in annotation, ignoring
warning: xoscar/core.pyx:596:62: Strings should no longer be used for type declarations. Use 'cython.int' etc. directly.
warning: xoscar/core.pyx:602:29: Strings should no longer be used for type declarations. Use 'cython.int' etc. directly.
warning: xoscar/core.pyx:634:73: Strings should no longer be used for type declarations. Use 'cython.int' etc. directly.
warning: xoscar/core.pyx:640:40: Strings should no longer be used for type declarations. Use 'cython.int' etc. directly.
Compiling xoscar/_utils.pyx because it changed.
Compiling xoscar/context.pyx because it changed.
Compiling xoscar/core.pyx because it changed.
Compiling xoscar/serialization/core.pyx because it changed.
Compiling xoscar/backends/message.pyx because it changed.
[1/5] Cythonizing xoscar/_utils.pyx
[2/5] Cythonizing xoscar/backends/message.pyx
[3/5] Cythonizing xoscar/context.pyx
[4/5] Cythonizing xoscar/core.pyx
[5/5] Cythonizing xoscar/serialization/core.pyx
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in
main()
~~~~^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
return hook(config_settings)
File "/private/var/folders/xh/4w9vhy2x3y3851sn147dr8nc0000gn/T/pip-build-env-lcoqqb36/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 334, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/xh/4w9vhy2x3y3851sn147dr8nc0000gn/T/pip-build-env-lcoqqb36/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 304, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "/private/var/folders/xh/4w9vhy2x3y3851sn147dr8nc0000gn/T/pip-build-env-lcoqqb36/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 320, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "", line 388, in
File "", line 136, in build_long_description
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/xh/4w9vhy2x3y3851sn147dr8nc0000gn/T/pip-install-t97szcj3/README.md'
[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.
(myenv) ypz@ypz-mac ~ %