When installing cadet-core from pipy instead of conda, we get a
ValueError: Set Cadet to use_dll but no dll interface found.
This is since the python pypi package lives at a different place than the conda package. I fixed the issue for the general autodetect, but it has to be specified for the dll interface as well.
When installing
cadet-corefrom pipy instead of conda, we get aValueError: Set Cadet to use_dll but no dll interface found.This is since the python pypi package lives at a different place than the conda package. I fixed the issue for the general autodetect, but it has to be specified for the dll interface as well.