Closed JamieMagee closed 3 years ago
I can confirm that use too.
@JamieMagee if you use ubuntu-latest the included python3 version is 3.6.9. That one is causing the problem. Try install python 3.7.0 as suggested in the Readme.
Thanks for the explanation.
It looks like this will solve itself when Ubuntu 20.04 becomes ubuntu-latest
, as it ships with Python 3.8. See actions/virtual-environments#1816 for full details.
It would be nice to do a check in the chart-testing action and log a warning if the Python version is known to be too low. However, like I said above, it might be a moot point in a few weeks.
ubuntu-latest
is now ubuntu-20.04
so this shouldn't be an issue any longer and this can probably be closed.
Closing since this is no longer a problem.
We're getting some python errors in our logs. Here's the excerpt:
You can see the full log here.
Looks like we're missing
wheel
?