Hey @albert! Python models run on Snowflake’s Snowpark platform, not using your local python environment, which is why having boto3 installed locally doesn’t do anything.
Looking at the list of packages in Snowflake’s conda channel, boto3 and botocore are both available at version 1.34.154.
If you request those versions of the packages in your model’s configs, I expect they will install correctly.