pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Installable via conda #370

Closed wholtz closed 3 years ago

wholtz commented 3 years ago

I would like to see dataset be installable via conda.

nlindner commented 3 years ago

I'm not a contributor to dataset, just a happy user. But it recently became installable from the conda-forge channel. Here are the feedstocks for dataset and for its required package banal.

IIRC, then in my setup (running Miniconda on Windows, where my .condarc channels include both conda-forge and defaults), I first had to unhook dataset from pip by uninstalling it and banal with: pip uninstall dataset banal. Once I did that, then conda install dataset (re)installed dataset and banal.

wholtz commented 3 years ago

Thanks @nlindner, I'm not sure how I overlooked it on Conda-forge.