thliebig / openEMS

openEMS is a free and open-source electromagnetic field solver using the EC-FDTD method.
http://openEMS.de
GNU General Public License v3.0
453 stars 156 forks source link

Installation issue in Mac OS #154

Open PawanMoxie opened 2 weeks ago

PawanMoxie commented 2 weeks ago

Facing issue with below error while installing openEMS using instructions mentioned here

error

==> python3 -m pip --python=/usr/local/Cellar/openems/HEAD-51f8bfd/libexec/bin/python install h5py Last 15 lines from /Users/username/Library/Logs/Homebrew/openems/04.python3:

note: This error originates from a subprocess, and is likely not a problem with pip. full command: /usr/local/Cellar/openems/HEAD-51f8bfd/libexec/bin/python /usr/local/lib/python3.13/site-packages/pip/pip-runner.py install --ignore-installed --no-user --prefix /private/tmp/pip-build-env-f8moexjo/overlay --no-warn-script-location --disable-pip-version-check -v --no-binary :all: --only-binary :none: -i https://pypi.org/simple -- 'Cython >=0.29.31,<4' 'numpy >=2.0.0, <3' pkgconfig 'setuptools >=61' cwd: [inherit] Installing build dependencies: finished with status 'error'

[notice] A new release of pip is available: 24.2 -> 24.3.1 [notice] To update, run: python -m pip install --upgrade pip error: subprocess-exited-with-error

× pip subprocess to install build dependencies 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.

If reporting this issue please do so to (not Homebrew/brew or Homebrew/homebrew-core): thliebig/openems

If anyone else have faced the same please advice the solution opted. Thanks !!

SengerM commented 2 weeks ago

You may try pull request #151 .