Forums

Trying to upgrade a module

I'm trying to upgrade plotly.express to version 4.4.0, but when I run :"pip3.7 install --user --upgrade plotly.express==4.4.0", I get:

ERROR: Could not find a version that satisfies the requirement plotly.express==4.4.0 (from versions: 0.1a1, 0.1a2, 0.1a3, 0.1a4, 0.1a5, 0.1a6, 0.1a7, 0.1a8, 0.1, 0.1.1, 0.1. 2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.4.0, 0.4.1) ERROR: No matching distribution found for plotly.express==4.4.0

Seems that the last version of plotly_express available is 0.4.1. Since the module is now part of plotly v. 4, I guess you maybe wanted to upgrade plotly to 4.4.0?