Closed YixiangShan closed 3 years ago
Hi,
Thanks for the feedback. This issue should be related to loading rasterio under Conda environment. I can't replicate your issue without looking into your environments settings (such as condo info
), but I found some threads that might be helpful:
https://github.com/conda-forge/rasterio-feedstock/issues/149 https://github.com/ioos/conda-recipes/issues/775 https://stackoverflow.com/questions/55596662/rasterio-and-gdal-dll-load-fail-in-pycharm
Please keep me updated how does your case go, thank you.
James
Thank you, James. The conda info
is shown as the picture.
I try this method (https://stackoverflow.com/questions/55596662/rasterio-and-gdal-dll-load-fail-in-pycharm). But I can not install gdal.
Is the gdal influnce rasterio running?
Thank you, Yixiang
Seems you need to install gdal that support Python 3.9. According to your log, gdal-2 only support Python < 3.9
Describe the bug Hi, I created a new environment in anaconda and installed the "rasterio" and "photo_grid", following the instructions. Then I run the commend "python -m grid". But it failed to open the demo.
To Reproduce Steps to reproduce the behavior:
Expected behavior The program runs normally.
Screenshots
Desktop (please complete the following information):
Additional context I am a python beginner but I am really interested in this phenotyping program. I have tried the methods online, which asked me to install the packages again. Finally, I failed. Hope to get the answer. Thank you very much.