NYCPlanning / data-engineering-qaqc

streamlit app for data engineering
https://edm-data-engineering.nycplanningdigital.com
1 stars 0 forks source link

Python to 3.10 #232

Closed SashaWeinstein closed 1 year ago

SashaWeinstein commented 1 year ago

Because streamlit doesn't like python 3.9.7, I tried upgrading my python to version 3.10 (instructions here). This lead me down a rabbit hole I wanted to briefly document in case it's helpful for other. My next error had to do with poetry, and it resolved it by following these instructions to uninstall poetry 1.1 and then re-installed poetry based on the website's instructions

SashaWeinstein commented 1 year ago

I also had to follow the instructions on the last comment of this blog post