I have attempted installing datashader on my linux system python3. I have tried:
pip install datashader
pip3 install datashader
These both fail due to LLVM_CONFIG
not being in path.
So, I tried to install LLVM and I have something but not the correct result in /opt/rh that are both devtoolset-7 and llvm-toolset-7. I have also installed clang. The error still exists with the datashader install.
What is the most efficient way to install datashader and all other nesc. dependencies?