aws-samples / aws-samples/sagemaker-run-notebook
Failure on Lifecycle Configuration (notebook-instance)
- Dominant language
- Python
- Stars
- 144
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
I have tried to use your config lifecycle script on Sagemaker instance from https://github.com/aws-samples/sagemaker-run-notebook/blob/master/scripts/lifecycle-configuration/notebook-instances/start.sh but in turned out failed with the following error from CloudWatch:
```
jupyter_server_fileid | error adding extension (enabled: True): The module 'jupyter_server_fileid' could not be found (No module named 'jsonschema.protocols'). Are you sure the extension is installed?
Traceback (most recent call last):
ServerApp] jupyter_server_terminals | error adding extension (enabled: True): The module 'jupyter_server_terminals' could not be found (No module named 'jupyter_server_terminals'). Are you sure the extension is installed?
ExtensionModuleNotFound: The module 'jupyter_server_terminals' could not be found (No module named 'jupyter_server_terminals'). Are you sure the extension is installed?
```
The instance is stay in a pending mood and not failed. How to fix this? @aws-samples
Contributor guide
Assessment
This issue has not been assessed yet.