You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime.ImportModuleError: Unable to import module 'lambda_function': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'
And to resolve this I had to pin urllib3 to 1.26.6 in requirements.txt like so:
urllib3==1.26.6
Hopefully whoever runs into these same issues in a future case can find this issue and it helps them out! Perhaps this calls for some new documentation to be developed on using pycti in AWS Lambda? I would highly recommend including in that documentation to use the aws sam cli tool to build the lambda deployment zip!
Description
We have to use python 3.7 in our environment and are unable to run
pip install pycti==5.10.2
due to an issue with the dependency on setuptools 68.2.1.Environment
Python 3.7
The text was updated successfully, but these errors were encountered: