holoviz / datashader

Quickly and accurately render even the largest data.
http://datashader.org
BSD 3-Clause "New" or "Revised" License
3.26k stars 363 forks source link

Pip install datashader[examples] not yet possible #588

Closed ceball closed 6 years ago

ceball commented 6 years ago

(draft, will complete after #564)

While pip install datashader is now straightforward, pip install datashader[examples] is not.

Below are packages which currently require extra steps outside of pip. E.g. they may have unstated install/build time dependencies, depend on things that aren't on pypi, depend on having compiler, headers, and so on.

Some of these are already easy to install on one or more platforms (e.g. binaries are available from somewhere). Over time, others may also become easier to install. As more wheels become available, more will be installable via pip. However, right now, it's probably too much work to explain how to install everything necessary on every platform.

pip install datashader[examples_pip] is the current best effort to install as many dependencies as possible.

jbednar commented 6 years ago

Ok, thanks.

ceball commented 6 years ago

This issue's now out of date (there's no datashader-examples package; the difficulties will instead move to (some topic of) pyviz...).