Error in species-distribution-33-plot #449
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
@annaposlednik that's weird, it was running for me. Maybe Codespaces is loading a slightly older version of the environment. You can import geoviews with: import geoviews as gv Like hvplot.pandas, you don't have to use geoviews directly. You might find that geoviews isn't installed. In that case, you can run: !conda install geoviews which should work. Let me know if you're still running into trouble! I'll be doing the demo video later today, so I'll work through this issue then as well. |
Beta Was this translation helpful? Give feedback.
-
The import did not work, so I have tried to install twice, each time taking ~10m before crashing. Here is the error message: Collecting package metadata (current_repodata.json): done |
Beta Was this translation helpful? Give feedback.
-
@earthlab-education/ea-students @earthlab-education/ea-instructors I think I have a solution for this! First of all, you will need to reload your Codespace:
You can accomplish the same by starting a new codespace, but be sure to delete the old one so you don't run out of disk space and get cut off. I recommend the rebuild! Either way, you will have to download your data again...but on the plus side you wrote code to do it all so it should be a matter of re-running the first two notebooks! |
Beta Was this translation helpful? Give feedback.
@earthlab-education/ea-students @earthlab-education/ea-instructors I think I have a solution for this!
First of all, you will need to reload your Codespace:
>Rebuild
. You should selectCodespaces: Rebuild Container
Full Rebuild
optionimport geoviews
successfullyYou can accomplish the same by starting a new codespace, but be sure to delete the old one so you don't run out of disk space and get cut off. I recommend the rebuild! Either way, you wi…