Skip to content

Conversation

@sudipidus
Copy link

@sudipidus sudipidus commented Aug 19, 2020

There was a pickling error with python3.8.5

_pickle.PicklingError: Can't pickle <class 'botocore.client.ECS'>: attribute lookup ECS on botocore.client failed

Recommended python3.6.9

Corresponding issue: #51

@jeechu
Copy link
Contributor

jeechu commented Aug 19, 2020

Fixed the issue, please test with the branch here - #52

botocore client cannot be pickled, we should pass in required parameters to create new client instead (Ref: boto/botocore#636)

@sudipidus
Copy link
Author

that was quick.. thanks!!
For now I am going with python3.6 installation. Will revisit this

jeechu pushed a commit to jeechu/cloudlift that referenced this pull request Mar 15, 2021
* use secrets name instead of prefix in secrets manager get config

* use secrets_name in service template generator

* use secrets name instead of prefix during deployment

* bump up version

* Fix service_configuration validations test

Co-authored-by: Aswin Karthik <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants