Open neel04 opened 2 years ago
Hey there @neel04, Thank you for submitting this issue on Github. Welcome to the Colab-SSH community!
Unfortunately for the time being, we don't support Kaggle. Nevertheless, we are planning on supporting Kaggle and many other Notebooks early next year 2022.
Although the official support is not ready yet, for anyone struggling with this, try to look into the errors faced within Kaggle and share them with us in this issue discussion. I will try to help as much as I can case by case.
Colab-SSH works on a specific environment that has linux packages and python dependencies. If we can install these packages before calling launch_ssh_cloudflared()
, everything can work like a charm. This brings me to the error
No module named 'apt'
Try to install the module python-apt
by running the following CLI command:
!sudo apt-get install python3-apt --reinstall
# Or if sudo isn't available, try this
!apt-get install python3-apt --reinstall
I hope this helps 😊. Let me know if you resolved the issue or you have other issues. Have a great day!
Try to install the module python-apt by running the following CLI command:
!sudo apt-get install python3-apt --reinstall
# Or if sudo isn't available, try this
!apt-get install python3-apt --reinstall
I have try this command, the result is the same sadly.
Jupyter notebook
Kaggle
What happened?
Code to reproduce:-
In any Kaggle notebook @
CPU
runtime.What did you expect?
Everything to run smoothly, obtaining the VScode ID to remote SSH in the instance
Version
Which version (if not the latest)?
Relevant log output
Code of Conduct