-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
VFS can't find files without packages #267
Comments
Can you also post some code that'll reproduce the issue? I'm not sure how |
He copied the code into iPython and hit enter. This is what was spit out. It's a weird context, but probably a good one to consider going forward. |
What code? |
Oh, right, the 15 line demo in the readme. |
Ok, yup, trivial reproduction. Gonna dig in. |
Ahhhhhhhhhh. IPython's I think the fix is to add a check in |
My gut instinct was somewhere in the resource path plumbing, glad to know I'm still good at this. |
This seems to have come back after the VFS rewrite? I just stumbled into it again. |
We saw this work recently, I think it's been fixed and can be closed? |
[Ed.: This issue has had a few incarnations now. But basically VFS can fail to resolve assets at the root of the VFS under some REPLs. This is a bug.]
The following error was obtained when I ran the code in iPython without an image file present.
The text was updated successfully, but these errors were encountered: