How to install geopandas in julia

Seems like Conda couldn’t resolve the environment. Try again with CondaPkg and see if the problem reappears:

import Pkg; Pkg.add("CondaPkg")
using CondaPkg
CondaPkg.add("geopandas")
2 Likes