'RasterioSource' object has no attribute 'activate' #1719
Answered
by
AdeelH
Ramanmagar
asked this question in
Q&A
-
'RasterioSource' object has no attribute 'activate' .. this error coming in colab from rastervision.core.box import Box window = Box(ymin=0, xmin=0, ymax=400, xmax=400) with raster_source.activate(): Thanks In advance.. |
Beta Was this translation helpful? Give feedback.
Answered by
AdeelH
Feb 27, 2023
Replies: 1 comment 5 replies
-
You might be trying to run older Raster Vision code with a newer installed Raster Vision version. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
AdeelH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might be trying to run older Raster Vision code with a newer installed Raster Vision version.