Unable to install dash 0.23

Hi I am trying to install dash version 0.23 using pip.

But it throws this error:

Could not find a version that satisfies the requirement dash==0.23.0 (from versions: 0.17.4, 0.17.5, 0.17.7, 0.17.8rc1, 0.17.8rc2, 0.17.8rc3, 0.18.0, 0.18.1, 0.18.2, 0.18.3rc1, 0.18.3, 0.19.0, 0.20.0, 0.21.0, 0.21.1, 0.22.0rc1, 0.22.0rc2, 0.22.0)
No matching distribution found for dash==0.23.0

Does anyone know why?

Thanks

Because it hasn’t been released yet. See the releases here: dash · PyPI, see the latest versions in our official documentation here: Installation | Dash for Python Documentation | Plotly

Oh yikes sorry. I saw the changelog on github and presumed that it was already released. Thanks @chriddyp :slight_smile: