Open AutoEM opened 1 month ago
I assume you're doing the installation from the guide. I had this issue with the formatting of the -Include parameter in the following command, as listed on the installation guide.
Original: python setup.py build_ext -IC:\opt\openEMS\include -LC:\opt\openEMS
Altered Version: python setup.py build_ext -I "C:\opt\openEMS\include" -L "C:\opt\openEMS"
And replace opt with actual filepath
hi,
got the following error:
ParameterObjects.h is in 'CSXCAD\src' folder. How would I change this thank you?