Orekit 12.0.1 --- cannot import name 'PositionAngle' from 'org.orekit.orbits'

Dear all,

I had developed a code which was working very well with orekit 11.3.3. Today, I upgraded my orekit into the newest which is 12.0.1 and I faced the following error. Any help will be appreciated.

cannot import name ‘PositionAngle’ from ‘org.orekit.orbits’ (/home/sajji/miniconda3/envs/orekit/lib/python3.8/site-packages/orekit/_orekit.cpython-38-x86_64-linux-gnu.so)

Looking forward to hearing from you.
Best,
Sajji

Hi @Sajji ,

The PositionAngle is changed to PositionAngleType.

Best,
Rongwang

2 Likes

Dear @lirw1984

Thanks for your response, appreciate that.

Best,
Sajji