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
I have been trying to install copulae 0.7.9 using pip for a few days using pipx, pyenv, pip, and conda, and I haven't been able to do it because of this error:
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
Traceback (most recent call last):
File "/Users/iaguirre/python_temporal/vis1/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
~~~~^^
File "/Users/iaguirre/python_temporal/vis1/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/iaguirre/python_temporal/vis1/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "/private/var/folders/rk/cmc28xj96vg23j8hp2qt9qt40000gn/T/pip-build-env-g_cxkhrb/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/rk/cmc28xj96vg23j8hp2qt9qt40000gn/T/pip-build-env-g_cxkhrb/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 304, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "/private/var/folders/rk/cmc28xj96vg23j8hp2qt9qt40000gn/T/pip-build-env-g_cxkhrb/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 522, in run_setup
super().run_setup(setup_script=setup_script)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/rk/cmc28xj96vg23j8hp2qt9qt40000gn/T/pip-build-env-g_cxkhrb/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 320, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 107, in <module>
File "<string>", line 66, in build_ext_modules
ModuleNotFoundError: No module named 'numpy'
[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.
I have installed numpy beforehand (different versions numpy 1.24, 1.26, and 2) and different python versions (3.8, 3.11.11, 3.11.1., 3.13) without success.
Could you please help me to install the package correctly?
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hi
I have been trying to install copulae 0.7.9 using pip for a few days using pipx, pyenv, pip, and conda, and I haven't been able to do it because of this error:
I have installed numpy beforehand (different versions numpy 1.24, 1.26, and 2) and different python versions (3.8, 3.11.11, 3.11.1., 3.13) without success.
Could you please help me to install the package correctly?
Thank you in advance
The text was updated successfully, but these errors were encountered: