EECA-NZ / eeud-dashboard

Energy End-Use Database dashboard built with Quarto and Shiny for Python
MIT License
1 stars 0 forks source link

Use python 3.9.17 #8

Open billgeo opened 4 months ago

billgeo commented 4 months ago

Looks like Shinyapps.io is using 3.9.17 according to their logs, might want to consider changing the version here to match.

2024-04-29T21:56:11.019636+00:00 shinyapps[11701768]: Running content using the current Python environment
2024-04-29T21:56:11.023625+00:00 shinyapps[11701768]: Running content using Python "3.9.17 (main, Oct  5 2023, 23:37:05)  [GCC 11.4.0]" at "/srv/connect/venv/bin/python"
ThomasHP-EECA commented 4 months ago

Changing the version where, exactly? In the Actions deployment environment? What version was being used previously?

Any 3.9.X version should theoretically work, it should be close enough that there'd be no discrepancies between the deployment environment (which is only really needed to render using quarto) and the shinyapps environment. In my local environment I have 3.9.19, the latest 3.9.X version, and that seems to translate just fine.