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
print("WARNING: "+numpy_error_msg+" Array support will not be enabled.")
211
+
else:
212
+
raiseException(numpy_error_msg+" This error may happen if you build/install using setup.py directly, but should normally not happen if you install using pip install. If you still want to build the bindings without numpy support, define the GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY environment variable")
print("WARNING: "+numpy_error_msg+" Array support will not be enabled.")
201
-
else:
202
-
raiseException(numpy_error_msg+" This error may happen if you build/install using setup.py directly, but should normally not happen if you install using pip install. If you still want to build the bindings without numpy support, define the GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY environment variable")
0 commit comments