Hi, I'm having a bit of an issue with my prefect a...
# ask-community
t
Hi, I'm having a bit of an issue with my prefect agent not picking up deployments from my s3 storage block. It works locally if i run the agent locally but my agent when run from in aws ecs instance is not picking up the deployment. But the logs show the agent is up and running. Is there certain versions of prefect and s3fs i should be using?
because when i use the latest prefect 2.8.0 and s3fs 2023.3.0 my local agent wont even pick up my deployment. But if i use prefect 2.8.0 and s3fs 2022.11.0 it works fine locally
r
there were some s3fs issues, can you try 2.8 5 of prefect
or 8.6
t
yea absolutely
so i cant' seem to install 2.8.5 or 2.8.6 with s3fs i get this error Because no versions of prefect match >2.8.5,<2.8.6 || >2.8.6,<3.0.0 and prefect (2.8.5) depends on fsspec (>=2022.5.0,<2023.3.0 || >2023.3.0), prefect (>=2.8.5,<2.8.6 || >2.8.6,<3.0.0) requires fsspec (>=2022.5.0,<2023.3.0 || >2023.3.0). And because prefect (2.8.6) depends on fsspec (>=2022.5.0,<2023.3.0 || >2023.3.0), prefect (>=2.8.5,<3.0.0) requires fsspec (>=2022.5.0,<2023.3.0 || >2023.3.0). Because no versions of s3fs match >2023.3.0,<2024.0.0 and s3fs (2023.3.0) depends on fsspec (2023.3.0), s3fs (>=2023.3.0,<2024.0.0) requires fsspec (2023.3.0). Thus, s3fs (>=2023.3.0,<2024.0.0) is incompatible with prefect (>=2.8.5,<3.0.0).
r
have you got anything pinned
t
not quite sure what you mean by that. I'm using poetry to install my packages
r
ah not used that, pin is whe you have a specific version in requirements.txt
I just use venv and pip
similar issue ^^
t
oh yea that's the issue i was having
👍 1