Google-Earth-Decoder-optimisation-tools icon indicating copy to clipboard operation
Google-Earth-Decoder-optimisation-tools copied to clipboard

Blender 3.6 - ModuleNotFoundError for 'pygeodesy'

Open ethanlessiter opened this issue 1 year ago • 0 comments

When attempting to enable the Google-Earth-Decoder-Optimization-Tools add-on in Blender 3.6, the following error occurs:

"ModuleNotFoundError: No module named 'pygeodesy'"

Steps to Reproduce: Install and enable the Google-Earth-Decoder-Optimization-Tools add-on in Blender 3.6. Error message appears, preventing the add-on from functioning.

Error originates from the file: Google-Earth-Decoder-Optimization-Tools/utils/init.py on line 29 and line 32.

The add-on attempts to import the 'pygeodesy' module, which is not found in the environment.

ethanlessiter avatar Dec 16 '24 20:12 ethanlessiter