google Coloaboratoryで、一度Gdriveをマウントした後、一旦PCを切って作業を中断し、数時間後改めて作業をしてようとしたとき、以下のメッセージがでます。
Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount("/content/drive", force_remount=True).
その後、作業のためcdコマンドやlsコマンドなどで、作業を実行しようとしたとき、何をしようとしても、以下のようなエラーが出てしまいます。
マウント自体はできているようです。
一旦、12時間たつなどしてマウントが解除されるとうまくいきます。
マウントされた状態で、ブラウザを立ち上げなおすし、最初からコードを実行し直そうとすると、このよなエラーになってしまいます。どうすると解決できるのでしょうか。
ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/IPython/core/interactiveshell.py", line 2882, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-61-f70ce4f56b66>", line 1, in <module>
get_ipython().magic('pwd ')
File "/usr/local/lib/python3.6/dist-packages/IPython/core/interactiveshell.py", line 2160, in magic
return self.run_line_magic(magic_name, magic_arg_s)
File "/usr/local/lib/python3.6/dist-packages/IPython/core/interactiveshell.py", line 2081, in run_line_magic
result = fn(*args,**kwargs)
File "</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-90>", line 2, in pwd
File "/usr/local/lib/python3.6/dist-packages/IPython/core/magic.py", line 188, in <lambda>
call = lambda f, *a, **k: f(*a, **k)
File "/usr/local/lib/python3.6/dist-packages/IPython/core/magics/osm.py", line 244, in pwd
return py3compat.getcwd()
FileNotFoundError: [Errno 2] No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/IPython/core/interactiveshell.py", line 1823, in showtraceback
stb = value.render_traceback()
AttributeError: 'FileNotFoundError' object has no attribute 'render_traceback'
During handling of the above exception, another exception occurred:
・・・
・・・
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。