Hey guys, Im facing this issue, when trying to ins...
# ask-community
m
Hey guys, Im facing this issue, when trying to install
pip3 install 'prefect[aws]'
WARNING: prefect 2.7.9 does not provide the extra 'aws'
Can anyone help me with this?
j
are you trying to install
prefect-aws?
m
hey @James Sopkin! im trying to invoke a lambda and all the examples i've seen they were using prefect[aws]. Is there any difference between these two?
j
ahh yes. Prefect-aws is related to the aws collection.
I'm going to try to reproduce this. It did work for me just now on 2.7.12
m
also tried on 2.7.12:
WARNING: prefect 2.7.12 does not provide the extra 'aws'
sad keanu
j
interesting. When I tried installing prefect[aws] with poetry, I didn't get a warning, but when I used pip using the same version as you, I did get the same warning message
m
fyi im using an M1
j
same here
r
I believe
prefect[aws]
is Prefect v1
j
That would make a lot of sense @Ryan Peden
so I just double checked and my prefect[aws] version is 0.4.8
r
Maybe Poetry resolves the most recent
prefect[aws]
it can find, and pip just tries the latest version of the package and gives up if the
aws
extra doesn't exist?
m
but in this case I'm not able to use the
LambdaInvoke
for example in prefect v2?