You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! After installing all the required modules, I ran the process in Anaconda Prompt/ After entering camera coordinates in cartesian format; I received an error "ModuleNotFoundError: No module named 'gdal'" indicating that the Python script is attempting to import the "goal" module, but couldn't find it in the environment. I tried to change the Python script in the document "in_dir\georef_webcam-master\georef_webcam-master\georef_webcam_v1_0\python_scripts\modules\aux_collect_params.py", line 210, from "import gdal" to "from osgeo import gdal", but it doesn't help. What else could I try to use the tool?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Update: It worked untill another mistake after I installed an earlier version of gdal (conda install gdal=3.0.2). Also, another python version might help (conda create --name name python=3.6)
Hello! After installing all the required modules, I ran the process in Anaconda Prompt/ After entering camera coordinates in cartesian format; I received an error "ModuleNotFoundError: No module named 'gdal'" indicating that the Python script is attempting to import the "goal" module, but couldn't find it in the environment. I tried to change the Python script in the document "in_dir\georef_webcam-master\georef_webcam-master\georef_webcam_v1_0\python_scripts\modules\aux_collect_params.py", line 210, from "import gdal" to "from osgeo import gdal", but it doesn't help. What else could I try to use the tool?
Thanks for your help!
The text was updated successfully, but these errors were encountered: