Closed addy999 closed 1 year ago
Setting SPICE, IERS, and EARTH managers to "Automatic" throws an error on epehm downloads when creating a new Environment.:
os.environ["LIBRARY_PHYSICS_COORDINATE_FRAME_PROVIDERS_IERS_MANAGER_MODE"] = "Automatic" os.environ["LIBRARY_PHYSICS_ENVIRONMENT_EPHEMERIDES_SPICE_ENGINE_MODE"] = "Automatic" os.environ["LIBRARY_PHYSICS_ENVIRONMENT_GRAVITATIONAL_EARTH_MANAGER_ENABLED"] = "true"
The same error is thrown even if given a path to empty folders:
os.environ["LIBRARY_PHYSICS_ENVIRONMENT_EPHEMERIDES_SPICE_MANAGER_LOCAL_REPOSITORY"] = "./library/spice" os.environ["LIBRARY_PHYSICS_COORDINATE_FRAME_PROVIDERS_IERS_MANAGER_LOCAL_REPOSITORY"] = "./library/iers" os.environ["LIBRARY_PHYSICS_ENVIRONMENT_GRAVITATIONAL_EARTH_MANAGER_LOCAL_REPOSITORY"] = "./library/earth"
I don't know when exactly this was fixed, but it's no longer the case. The managers seem to be working now! Closing this out.
Setting SPICE, IERS, and EARTH managers to "Automatic" throws an error on epehm downloads when creating a new Environment.:
The same error is thrown even if given a path to empty folders: