Skip to content
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

Issues installing copulae #71

Open
ijaguirre opened this issue Jan 24, 2025 · 0 comments
Open

Issues installing copulae #71

ijaguirre opened this issue Jan 24, 2025 · 0 comments

Comments

@ijaguirre
Copy link

ijaguirre commented Jan 24, 2025

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant