Quick Question - is the latest python CSX interface build-able? #247
-
Hi all, quick question - is the latest python CSX interface at https://github.com/thliebig/openEMS-Project.git currently build-able on Windows 10 python 3.11? If not, is this something a naive user that knows very little about real C++ and python development (aka me) would be well equipped to fix? It seems the latest python interface on github is considerably ahead of the latest pre-built wheels. I'd like to access the additional functionality and am confined to a python development environment. Build observations: Thanks thliebig and many others who have no doubt spent significant time on this project. I am very appreciative of all your efforts. You have made the world a better place. Error excerpt when building: Error excerpt when building with contents of src copied to CSXCAD folder: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I was having issues installing in modern Linux distributions and I made a modification in the python module so it is pip-installable (the standard and recommended way for python packages). In case you want to give it a try, here is my fork, branch |
Beta Was this translation helpful? Give feedback.
-
I think to build openEMS and all dependencies on Windows is very very difficult. I always struggle with a new setup for weeks. |
Beta Was this translation helpful? Give feedback.
I think to build openEMS and all dependencies on Windows is very very difficult. I always struggle with a new setup for weeks.
If you want to compile openEMS yourself I can only recommend to switch to Linux.