How do you Install Dash in RHEL EC2?

I tried

yum install dash==0.19.0

and

yum install python-dash==0.19.0

but I am getting no package available.

@jackie - Dash is only available on Python’s package manager system, pip. See https://plot.ly/dash/installation for the list of packages and installation instructions. To install pip on RHEL, see https://packaging.python.org/guides/installing-using-linux-tools/

1 Like

does this still hold true or is it possible to download packages from github and install?

I’m trying to build dash on a server with no access to external Python package manager system. I could make package available to our internal package repo but process is huge pain in the tail.