rasterio error on windows #31
zacforsman
started this conversation in
General
Replies: 1 comment 3 replies
-
|
OK, I found the dependancies.md file (should probably mention this in the documentation).... also I think there should be a bit more documentation on the order to install things ... doesn't gdal need to be installed before rasterio? -struggling for 3 days so far to install properly with cuda....whew! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Installed in windows 11:
PS C:\Users\zfors\TagLab-main> python.exe --version Python 3.7.9 PS C:\Users\zfors\TagLab-main> nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019 Cuda compilation tools, release 10.2, V10.2.89Install script completed with no errors, Taglab starts but several tools don't work (4 point segmentation, add or remove points). I get the following error code:
TagLab 2022.02.25 C:\Users\zfors\AppData\Roaming\Python\Python37\site-packages\rasterio\__init__.py:226: NotGeoreferencedWarning: Dataset has no geotransform set. The identity matrix may be returned. s = DatasetReader(path, driver=driver, sharing=sharing, **kwargs)Beta Was this translation helpful? Give feedback.
All reactions