-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SFHolidayCalendar - Template not working #158
Comments
Hello, I have the same issue. Here are the error that I have : WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts [ERROR] Runtime.ImportModuleError: Unable to import module 'associate_lambda': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/tmp/urllib3/util/ssl_.py) Kind regards, |
Hello, I'm experiencing the same issue with the installation of cloudformation sfhc.yaml. |
Hello @dougjaso Kindly note that I found a similar issue on Github that was resolved by downgrading the urllib3 dependency version. References: |
For those implementing this against Service Cloud Voice, there is a new version in the works that re-uses the rest api integration from Salesforce, and is a bit cleaner. I have not updated this deployment package yet, but instructions on how to deploy the new version manually can be found here. I will be replacing this version with the content from that workshop as a CloudFormation template next week. |
Hello,
The installation of cloudformation sfhc.yaml does not work anymore. the error message during installation :
CloudFormation did not receive a response from your Custom Resource. Please check your logs for requestId [5b7656b9-3464-466e-946f-f54ac5e0b90d]. If you are using the Python cfn-response module, you may need to update your Lambda function code so that CloudFormation can attach the updated version.
when I debug the lambda SFCalendarAssociation, I get the error message below.
{
"errorMessage": "Unable to import module 'associate_lambda': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/tmp/urllib3/util/ssl_.py)",
"errorType": "Runtime.ImportModuleError",
"requestId": "2154c3f4-03ce-4345-9ff0-154e4ae938db",
"stackTrace": []
}
Sincerely,
Ragheb GMIRA
The text was updated successfully, but these errors were encountered: