Mike Loose
01/23/2024, 7:26 PMconda create --name prefect-240122 python=3.9.16 or 3.11.7 (I've tried with both of these versions of python)
conda install pandas
conda install geopandas
conda install psycopg2
conda install sqlalchemy
This environment on its own functions just fine, but when I add the Prefect package per below it does not work:
conda install -c conda-forge prefect=2.14.12
Does anyone have any insight as to comptability of this version of Prefect with the packages noted?Mike Loose
01/24/2024, 12:57 AMconda create --name alpha python=3.9.18
conda install conda-forge::pandas
conda install conda-forge::geopandas
conda install conda-forge::psycopg2
conda install conda-forge::sqlalchemy
conda install -c conda-forge prefect=2.14.12