Hi,
I am trying to install the spacetech-kubesat project from the following link: https://github.com/IBM/spacetech-kubesat. Here, there is a python script test_orekit.py https://github.com/IBM/spacetech-kubesat/blob/master/tests/test_orekit.py. While executing the script in a conda environment, I am encountering the following error
Exception in thread “main” java.lang.NoSuchMethodError: getTypeName
Traceback (most recent call last):
File “test_orekit.py”, line 38, in
import kubesat.orekit as orekit_utils
File “/home/swagata/anaconda3/envs/kubesat/lib/python3.8/site-packages/kubesat/orekit.py”, line 86, in
orekit.initVM()
orekit.JavaError: <exception str() failed>
Can you please suggest any solution to resolve the above issue?