Hi,
In the docs, it is recommended to install datashader using conda to make sure the right libs are installed for best performance on the targeted platform.
I’d like to know more about this. Is it only OS-related, and if so in what way? I use locked conda environments created on one Linux distribution, installed within a container that’s potentially based on another (and deployed on a host thay may also differ from either but this may be irrelevant.)
Are there specific points to pay attention to in this situation? Everything works fine but if it can be improved in any way I’m interested.
Also, datashader is the main–if not only–reason why I use conda for my environment. I’d like to have more details on how to install it with pip while still making sure the install is optimised. I may create an issue on GitHub regarding this.