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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ The package `rasterio` installed by `labelbox[data]` relies on GDAL which could
57
57
You may see the following error message:
58
58
59
59
```
60
-
INFO:root:Building on Windows requires extra options to setup.py to locate needed GDAL files. More information is available in the README.
60
+
INFO:root:Building on Windows requires extra options to setup.py to locate needed GDAL files. More information is available in the README.
61
61
62
-
ERROR: A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
62
+
ERROR: A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
63
63
```
64
64
65
65
As a workaround:
@@ -72,7 +72,7 @@ As a workaround:
72
72
73
73
Note: You need to download the right files for your Python version. In the files above `cp38` means CPython 3.8.
74
74
75
-
2. After downloading the files, please run the following commands, in this particular order.
75
+
2. After downloading the files, please run the following commands, in this particular order.
0 commit comments