Hi everyone!
I tried the pip installer on windows with anaconda
Running the conda environement
conda create -n test python=3.9
I gave pip install ngsolve a try. The install works, even netgen opens a gui, but ngsolve cannot find ngslib.
(EDIT: I tried without conda and got the same result.)
from .ngslib import __version__, ngstd, bla, la, fem, comp, solve
ImportError: DLL load failed while importing ngslib: The specified module could not be found.
I tried to add everything to PATH and PYTHONPATH by hand without success. I uploaded the output of conda info --system
here
I also tried
conda install -c ngsolve ngsolve
but could not find a python version that would satisfy the specifications. I tried python3.9 giving
- ngsolve -> python[version='>

.7,

.8.0a0|>

.8,

.9.0a0']
so I tried python3.7 telling me
- ngsolve -> python[version='>=2.7,<2.8.0a0|>

.6,

.7.0a0|>

.10,

.11.0a0|>

.9,

.10.0a0']
Any hints to get this working?
Cheers,
Paul