Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'gdal' #2

Open
liza-ve-ta opened this issue Jan 31, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'gdal' #2

liza-ve-ta opened this issue Jan 31, 2024 · 1 comment

Comments

@liza-ve-ta
Copy link

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!

@liza-ve-ta
Copy link
Author

liza-ve-ta commented Jan 31, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant