It seems that python 3.13.1 is not compactible yet with the default uv venv, because I kept having issues when I ran it with the recent python version. I used the uv venv --python 3.10.5, shown in the video and it was perfect!
The classic problem with gis library, and venv manager like uv is gdal don't want to install properly. Even if I use: uv pip install --no-cache-dir --force-reinstall "GDAL==$(gdal-config --version)" .
It works fine on my Linux machine. May not work on macOS or Windows. uv pip install --find-links girder.github.io/large_image_wheels gdal==$(gdal-config --version) Resolved 1 package in 2.24s Prepared 1 package in 1.07s Installed 1 package in 7ms + gdal==3.9.1
Professor, why not install packages on VSCode? Thank you for making your classes available to all of us. Great job, Dr. Wu!
It seems that python 3.13.1 is not compactible yet with the default uv venv, because I kept having issues when I ran it with the recent python version.
I used the uv venv --python 3.10.5, shown in the video and it was perfect!
The classic problem with gis library, and venv manager like uv is gdal don't want to install properly.
Even if I use: uv pip install --no-cache-dir --force-reinstall "GDAL==$(gdal-config --version)" .
Try uv pip install --find-links girder.github.io/large_image_wheels gdal==$(gdal-config --version)
It works fine on my Linux machine. May not work on macOS or Windows.
uv pip install --find-links girder.github.io/large_image_wheels gdal==$(gdal-config --version)
Resolved 1 package in 2.24s
Prepared 1 package in 1.07s
Installed 1 package in 7ms
+ gdal==3.9.1