Closed Per48edjes closed 6 years ago
Things as working on Linux for me with:
conda create --name TEST --channel conda-forge python=3.6 geopandas --yes
conda activate TEST
python -c "import geopandas; print(geopandas.__version__)"
However, I don't have a Mac to test it so I'm issuing a re-render in fiona
to ensure we have a package with latest pinning. See https://github.com/conda-forge/geopandas-feedstock/issues/46
PS: closing this b/c it is not a geopandas
issue. We can track this at the PR I mentioned above.
Hi all, opening up a new issue since it seems I've cleared the
gdal
and multiple channel snafus (by making a new environment, settingconda-forge
as the default, and fresh-installinggeopandas
). Apologies in advance if this should be folded in elsewhere! (Also, full disclosure, I'm pretty green when it comes to working with Conda.)Issue:
Here's a link to my issue on SO, but I'll reproduce the necessary bits below!
Environment (
conda list
):Details about
conda
and system (conda info
):Any help would be most appreciated! 🙏