
Jenniffer Paola Orjuela
PreguntaValueError Traceback (most recent call last)
<ipython-input-6-4996ee3d8d09> in <cell line: 2>()
1 from google.colab import drive
----> 2 drive.mount(’/content/gdrive’)
1 frames
/usr/local/lib/python3.9/dist-packages/google/colab/drive.py in _mount(mountpoint, force_remount, timeout_ms, ephemeral, readonly)
192 raise ValueError(‘Mountpoint must not be a symlink’)
193 if _os.path.isdir(mountpoint) and _os.listdir(mountpoint):
–> 194 raise ValueError(‘Mountpoint must not already contain files’)
195 if not _os.path.isdir(mountpoint) and _os.path.exists(mountpoint):
196 raise ValueError(‘Mountpoint must either be a directory or not exist’)
ValueError: Mountpoint must not already contain files
Ahí qué?