Skip to content
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

Code not executing & Terminal not loading up : Sagemaker studio lab #274

Open
ishan-rattan opened this issue Jul 5, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@ishan-rattan
Copy link

Describe the bug

Hi All,

I am executing the code in Sagemaker Studio Lab via Jupyter Notebook but the the code is not working at all. It shows that code is being executed but it does not complete the execution. Just seeing the [*] indefinitely!

Same is the case with the terminal window. The terminal is not loading up, the cursor blinks but the terminal remains blank!

Please help with this issue.

Screenshot 2024-07-05 143537

@ishan-rattan ishan-rattan added the bug Something isn't working label Jul 5, 2024
@MicheleMonclova
Copy link

hi, in order to really diagnose your issue I would need a lot more information.
are you using GPU or CPU?
What code is breaking or is it all breaking?
Have you tried restarting your server?
Your environment may have got into an unstable state. You can try resetting it with some lines you can find in the FAQ pasted below:
Q: How do I refresh my environment?
Switch to base conda environment:
conda activate base
List all conda environments available in your account:
conda list envs
Delete all the conda environments except environment named 'base':
conda remove -n "env_name" --all
Delete all sub-directories from user folder:
rm -rf /home/studio-lab-user/*
Restart project/runtime. Go to project page, stop instance and restart.

@ishan-rattan
Copy link
Author

Hi,

I tried using both CPU & GPU. Right now, I tried again on CPU but same results.

No, the code is simply not completing the execution after I press the "Play" button. The execution is stuck.

I have tried to restart the project multiple times but no improvement so far.

I am not able to refresh the environment as I cannot type anything in the terminal, it just wouldn't allow me to type anything.

I am attaching another picture of the Jupyter Notebook. As you can see, the code execution is stuck! It just shows [*] indefinitely.

Screenshot 2024-07-10 092931

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants