Closed mgsnuno closed 4 years ago
Thank you, we are aware. That is the issue with GDAL, see the related ticket here https://github.com/conda-forge/gdal-feedstock/issues/396.
Yes, I also already noticed on GeoPandas' CI. See https://github.com/conda-forge/gdal-feedstock/issues/396
And according to chat on conda-forge gitter, this should be solved now: https://gitter.im/conda-forge/conda-forge.github.io?at=5ece403ba91f120a6cc6a98f
this should be solved now
Just waiting on the new packages to propagate to the server
thank you for the (super) prompt response, nice. once is fixed feel free to close to issue.
@mgsnuno This should be fixed, updating tiledb
will resolve this in existing environments (or manually installing tbb
).
Issue:
import geopandas
fails with python 3.8,libtbb
not found. has to be explicitly installed.Environment (
conda list
):Details about
conda
and system (conda info
):create new env like so:
replicate error
error:
The
conda list
above was after the creation of the environment as described above. geopandas import fails because of no tbb. Ifconda install -c conda-forge tbb
then geopandas import works again.