-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I have tried installing TransportMaps on my Mac in various different ways including automatic installation and manual installation. However, I always run into the following error:
`Collecting orthpol-light>=1.0.1 (from transportmaps==3.0.8)
Using cached orthpol_light-1.0.1.tar.gz (22 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
╰─> [21 lines of output]`
I have installed all three requirements successfully:
brew install llvm brew install gfortran brew install open-mpi
But when I try the command pip install --upgrade TransportMaps I get the following stack trace:
`Processing /Users/sebastiangonzalez/Desktop/TransportMap-Experiments/transportmaps
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting click (from transportmaps==3.0.8)
Obtaining dependency information for click from https://files.pythonhosted.org/packages/1a/70/e63223f8116931d365993d4a6b7ef653a4d920b41d03de7c59499962821f/click-8.1.6-py3-none-any.whl.metadata
Using cached click-8.1.6-py3-none-any.whl.metadata (3.0 kB)
Requirement already satisfied: numpy>=1.15 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from transportmaps==3.0.8) (1.25.2)
Collecting orthpol-light>=1.0.1 (from transportmaps==3.0.8)
Using cached orthpol_light-1.0.1.tar.gz (22 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
╰─> [21 lines of output]
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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/4_/nzz34mw92z95d1z69bt863cm0000gn/T/pip-build-env-de3p63fy/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 341, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/4_/nzz34mw92z95d1z69bt863cm0000gn/T/pip-build-env-de3p63fy/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 323, in _get_build_requires
self.run_setup()
File "/private/var/folders/4_/nzz34mw92z95d1z69bt863cm0000gn/T/pip-build-env-de3p63fy/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 488, in run_setup
self).run_setup(setup_script=setup_script)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/4_/nzz34mw92z95d1z69bt863cm0000gn/T/pip-build-env-de3p63fy/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 338, in run_setup
exec(code, locals())
File "<string>", line 20, in <module>
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.
note: This error originates from a subprocess, and is likely not a problem with pip.`
I have not been able to find help anywhere else. I would appreciate any ideas on what could be going wrong. Cheers.
Metadata
Metadata
Assignees
Labels
No labels