![]() Accroding to NumPy's development team, "for a long time, np.int has been an alias of the builtin int. This is repeatedly a cause of confusion for newcomers, and existed mainly for historic reasons." This and many other aliases have been deprecated since NumPy v1.20.0, and at this point they've been completely removed. Replace "np.int" with "int" allows ports.py to run again. Signed-off-by: Yifeng Li <tomli@tomli.me> |
||
---|---|---|
.. | ||
doc | ||
openEMS | ||
Tutorials | ||
README.md | ||
setup.py |
openEMS python interface
Install
- Simple version:
python setup.py install
- Extended options, e.g. for custom install path at /opt/openEMS:
python setup.py build_ext -I/opt/openEMS/include -L/opt/openEMS/lib -R/opt/openEMS/lib"
python setup.py install
Note: The install command may require root on Linux, or add --user to install to ~/.local