tudat-team / tudatpy

A Python platform to perform astrodynamics and space research.
https://tudat-space.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
29 stars 32 forks source link

Tudat installation troubles #171

Closed Frieskast closed 1 month ago

Frieskast commented 1 month ago

I am having a lot of trouble installing Tudat.

The main problem is that the kernels are not installed or downloaded during the setup.

C:\Users\friso\miniconda3\envs\tudat-space\lib\site-packages\tudatpy_init_.py", line 2, in from .kernel import constants ImportError: DLL load failed while importing kernel: Cannot find specified procedure.

Where can I manually find these kernels, and in which directory should they be placed?

I appreciate any help you can provide.

DominicDirkx commented 1 month ago

Hi, could you specify how you installed tudatpy? Was it through the yaml file on our website? If it was, in the past, the error you get has been caused by virus scanners not allowing Tudat to run.

Frieskast commented 1 month ago

Deleting the existing enviroment in minconda3 and than reinstalling using a new yaml seemt to have fixed it. Thank for your help!