thliebig / openEMS-Project

openEMS is a free and open electromagnetic field solver using the FDTD method.
356 stars 65 forks source link

Installation tutorial for real newbie #110

Closed rinadyx closed 9 months ago

rinadyx commented 9 months ago

Hello guys,

I hope that this is the right place to post this.

Since i discovered OpenEMS project i want to try it to make my own simulation, but the thing is, i can't for the life of me getting working with python (i want to use it with python in order to create animation with blender and for easy post processing), is there a real real beginner tutorial on how to install it correctly and use it with python ? (i get lost when i comes to environnement and stuff)

I tried to use the visual code thing, but when i try to launch an example it says that i don't have library (openEMS, pypli...etc)

please send me some help !

rinadyx commented 9 months ago

Sorry for my stupid issue, i just had to follow this tutorial (https://www.youtube.com/watch?v=qI3P7zMMsgY) and then this https://docs.openems.de/python/install.html#python-windows-installn while following the instruction of the section Build Modules From Source

While following these instruction i had an error with _nf2ff.pxd, the solution was to remove "import cython.numeric" and replace it with "import cython"