geocompx / geocompy

Geocomputation with Python: an open source book and online resource for getting started in this space
https://py.geocompx.org/
Other
256 stars 46 forks source link

No module named topojson issue #31

Closed Robinlovelace closed 2 years ago

Robinlovelace commented 2 years ago

That error message appeared after running

conda activate geocompy # the default name of the environment
quarto preview

I guess it's not in the environment.yml file...

Robinlovelace commented 2 years ago

Documenting as I go, I ran this command:

conda install -c conda-forge topojson # from the conda-forge channel

And the next time I ran quarto preview got the following 😕

No module named 'pandas'

So will try re-installing the whole thing.

Robinlovelace commented 2 years ago

Before I do that... trying by deactivating then reactivating the env. It worked!

image