Describe the issue:
When running the uninstall.py script, the following error:
File "/home/dominic/Tudat/tudat-bundle/tudat-bundle/uninstall.py", line 156, in
Remover().remove()
File "/home/dominic/Tudat/tudat-bundle/tudat-bundle/uninstall.py", line 118, in remove
raise ValueError(
ValueError: Aborting uninstall: Attempted to delete unexpected directory: /home/dominic/miniconda3/envs/tudat-bundle-dev/lib/python3.11/site-packages/tudatpy/data/processTrk234
This error is a safeguard and it should not occur.Please, contact the tudatpy team for support.
is thrown. This is likely a result of the new pytrk234 dependency in the latest yaml file.
How to reproduce the issue:
Install conda environment from latest yaml file, install tudatpy, then uninstall.
OS and Python version:
Ubuntu
Expected behavior:
No response
Current behavior:
No response
Additional context:
No response