Vector Data import causes registry error #1858
Replies: 3 comments 5 replies
-
This is very weird. Can you try running from rastervision.pipeline import registry_
print(registry_.file_systems) and report the output? |
Beta Was this translation helpful? Give feedback.
-
Darn. I was hoping there was something obvious I'd missed. When I try the import I get the following, so I can't even print the file_systems:
I'm wondering if a fresh attempt may be in order. |
Beta Was this translation helpful? Give feedback.
-
Tried a fresh install in a new conda environment and am stil getting the registry error when I call .get_geojson() Now when I try importing registry_ I get the following:
The second part of this seems very strange to me, because I followed the directions for changing environmental variables, and just successfully imported the raster data in the raster import tutorial, which I presume uses gdal? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have pip installed rastervision==0.20 in a conda environment and am working my way through the tutorials.
Everything went smoothly for the "Reading Raster Data" tutorial but when I got to the "Reading Vector Data" tutorial I ran into a problem at :
where I get the following error:
Messing around, it seems like any time I try something that internally calls .get_geojson() this happens.
Does anyone know what may be wrong and how I should fix it?
Beta Was this translation helpful? Give feedback.
All reactions