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

An error when I run the remote connection code #13

Open
14H034160212 opened this issue Dec 18, 2019 · 2 comments
Open

An error when I run the remote connection code #13

14H034160212 opened this issue Dec 18, 2019 · 2 comments

Comments

@14H034160212
Copy link

fail_connect_to_remote_colab

Hi, There is a issue when I run the Model_1.ipynb. It shows the 404 http issue. Does anyone knows how to fix the issue? Many thanks.

@theamrzaki
Copy link
Owner

try to replace the code within this cell with this

from google.colab import drive
drive.mount('/content/drive')

this will help you connect with your google drive,
please try and tell me if it is working or not

@14H034160212
Copy link
Author

Hi, Theamrzaki! Thank you so much for your feedback. I have tried your method, I can connect with my google drive after that, but it seems like the error still exists. Here is the error message.

Error 1:
FileNotFoundError: [Errno 2] File b'drive/Colab Notebooks/Menu/Data/Reviews.csv' does not exist: b'drive/Colab Notebooks/Menu/Data/Reviews.csv'

Error 2:
--2019-12-24 04:26:05-- https://launchpad.net/~alessandro-strada/+archive/ubuntu/google-drive-ocamlfuse-beta/+build/15331130/+files/google-drive-ocamlfuse_0.7.0-0ubuntu1_amd64.deb
Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222, 2001:67c:1560:8003::8003, ...
Connecting to launchpad.net (launchpad.net)|91.189.89.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-12-24 04:26:05 ERROR 404: Not Found.

dpkg: error: cannot access archive 'google-drive-ocamlfuse_0.7.0-0ubuntu1_amd64.deb': No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants