-
Notifications
You must be signed in to change notification settings - Fork 32
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
The runtime parameter of python3.7 is no longer supported #64
Comments
Hi, @clementrey-dev , thank you for pointing this out. It will be fixed in the new release, I'm working on it now. |
Hi @ivan-khvostishkov, I also got blocked by this issue. Is there any update on the fix? |
@ivan-khvostishkov I followed the manual steps given in the doc, but unfortunately it did not work for me as far as I could tell. I am not able to see the sagemaker instances on SSM console under
Neither with
Can you please confirm that the manual steps given in the doc are up-to-date and valid? |
Note --- Currently, the automated cdk cloud 9 setup breaks. Reason being the python 3.7 runtime is no longer supported. In addition, when updating the runtime, the nodejs version complaint comes up. Therefore, this commit updates the CDK to fix nodejs 12.x problem. And the python runtimes to 3.9 to resolve the issue 64. Also update the documentation to mention python3. Reason being python not found error happens otherwise. Related --- - aws-samples#64 Testing --- Tested on Cloud9 IDE. Both stack got deployed successfully. Please see PR for full logs of the script run.
Hi team, I produced a fix for the automated CDK + Cloud9 way. Request to please review once you have a chance to do so. Thanks team, |
Hi @ivan-khvostishkov can you please look into the PR please? it's been open for two weeks so gentle reminder. |
Hello,
I am trying to use the project for Forwarding TCP ports over SSH tunnel.
I am trying to deploy the section IAM SSM Setup
While running the command:
I am getting the following error L:
Is there a workaround to avoid this issue ?
Regards
Clement
The text was updated successfully, but these errors were encountered: