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

FileNotFoundError #54

Open
Drjacky opened this issue Oct 14, 2022 · 0 comments
Open

FileNotFoundError #54

Drjacky opened this issue Oct 14, 2022 · 0 comments

Comments

@Drjacky
Copy link

Drjacky commented Oct 14, 2022

After 4 successfull cells,

FileNotFoundError                         Traceback (most recent call last)
[<ipython-input-5-b2c3ee9af109>](https://localhost:8080/#) in <module>
      4   os.remove(zip_filename)
      5 os.system(f"zip -r -j {zip_filename} results/*")
----> 6 files.download(zip_filename)

[/usr/local/lib/python3.7/dist-packages/google/colab/files.py](https://localhost:8080/#) in download(filename)
    207   if not _os.path.exists(filename):
    208     msg = 'Cannot find file: {}'.format(filename)
--> 209     raise FileNotFoundError(msg)  # pylint: disable=undefined-variable
    210 
    211   comm_manager = _IPython.get_ipython().kernel.comm_manager

FileNotFoundError: Cannot find file: VRT_result.zip

Screen Shot 2022-10-14 at 17 29 16

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

1 participant