Module imports no longer work as before.
I tried
from gsolve import (
GravityAnomalies,
GravityCorrections,
GravityObservations,
GravitySites,
GravitySurvey,
LaCosteRombergDialConverter,
ReferenceGravity,
)
And get an error ImportError: cannot import name 'GravityAnomalies' from 'gsolve' (unknown location)
Background:
Installed gsolve using pip install gsolve (however this issue was also present in my old version of gsolve installed from gitlab)
Module imports no longer work as before.
I tried
from gsolve import (
GravityAnomalies,
GravityCorrections,
GravityObservations,
GravitySites,
GravitySurvey,
LaCosteRombergDialConverter,
ReferenceGravity,
)
And get an error ImportError: cannot import name 'GravityAnomalies' from 'gsolve' (unknown location)
Background:
Installed gsolve using pip install gsolve (however this issue was also present in my old version of gsolve installed from gitlab)