holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
546 stars 31 forks source link

SimpleITK #315

Open Nicolaeus opened 8 months ago

Nicolaeus commented 8 months ago

Hi I want to install SimpleITK and I have this issue :

Defaulting to user installation because normal site-packages is not writeable Collecting simpleitk Using cached SimpleITK-2.1.1.2.tar.gz (2.0 MB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: simpleitk Building wheel for simpleitk (pyproject.toml): started Building wheel for simpleitk (pyproject.toml): finished with status 'error'

error: subprocess-exited-with-error

Failed to build simpleitk

× Building wheel for simpleitk (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [21 lines of output] Traceback (most recent call last): File "/private/var/containers/Bundle/Application/DFC8B3A9-6316-49EC-8A77-53F902881EFC/Carnets-sci.app/Library/lib/python3.11/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 351, in main() File "/private/var/containers/Bundle/Application/DFC8B3A9-6316-49EC-8A77-53F902881EFC/Carnets-sci.app/Library/lib/python3.11/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 333, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/private/var/containers/Bundle/Application/DFC8B3A9-6316-49EC-8A77-53F902881EFC/Carnets-sci.app/Library/lib/python3.11/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 249, in build_wheel return _build_backend().build_wheel(wheel_directory, config_settings, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/private/var/mobile/Containers/Data/Application/215DDBCB-76A7-41AB-9C97-9B17FEAAD2F6/tmp/pip-build-env-gpxk888j/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 434, in build_wheel return self._build_with_temp_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/private/var/mobile/Containers/Data/Application/215DDBCB-76A7-41AB-9C97-9B17FEAAD2F6/tmp/pip-build-env-gpxk888j/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 419, in _build_with_temp_d

self.run_setup() File "/private/var/mobile/Containers/Data/Application/215DDBCB-76A7-41AB-9C97-9B17FEAAD2F6/tmp/pip-build-env-gpxk888j/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 341, in run_setup exec(code, locals()) File "", line 9, in File "/private/var/mobile/Containers/Data/Application/215DDBCB-76A7-41AB-9C97-9B17FEAAD2F6/tmp/pip-build-env-gpxk888j/overlay/lib/python3.11/site-packages/skbuild/setuptools_wrap.py", line 583, in setup assert machine in {"x86_64", "arm64", "universal2"}, f"macOS arch {machine} not understood" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: macOS arch iPad14,6 not understood [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for simpleitk ERROR: Could not build wheels for simpleitk, which is required to install pyproject.toml-based projects

[notice] A new release of pip available: 22.3.1 -> 23.3 [notice] To update, run: pip install --upgrade pip

If you have any solution it will be cool

holzschu commented 8 months ago

It's simple: inside Carnets, you can only use pip to install pure-Python packages (packages that only contain Python files as source code). Anything that contains binaries (executables, dynamic libraries) will not work.