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

[BUG] No file found when running demo script #285

Closed
jdunnmon opened this issue Mar 3, 2023 · 3 comments
Closed

[BUG] No file found when running demo script #285

jdunnmon opened this issue Mar 3, 2023 · 3 comments
Labels

Comments

@jdunnmon
Copy link

jdunnmon commented Mar 3, 2023

Describe the bug
No such file or directory found when trying to run demos.

To Reproduce
Steps and code snippet that reproduce the behavior:

mk demo --run tutorial-image-gallery --api-port 8890

Include any relevant screenshots.

image

Expected behavior
A clear and concise description of what you expected to happen.

Expect demo to run on port 8890

System Information

  • OS: Ubuntu
@jdunnmon jdunnmon changed the title [BUG] [BUG] No file found when running demo script Mar 3, 2023
@krandiash
Copy link
Contributor

It sounds like there's an issue with downloading imagenette. Does running mk.get("imagenette", version="160px") work for you? You can also try deleting /home/jdunnmon/.meerkat/datasets/imagenette/160px/ and retry (let us know if that doesn't work).

@krandiash krandiash added the stale label Mar 5, 2023
@jdunnmon
Copy link
Author

Yeah, running the command above manually works. I think there is an issue with the mk demo command, in that it uses the full version not the 160 px version.

@krandiash
Copy link
Contributor

That's weird, the demo file itself has

df = mk.get("imagenette", version="160px")

for the tutorial-image-gallery demo. You can try adding the --copy flag to mk demo and then looking at the script (and try running this copied script with mk run)

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

No branches or pull requests

2 participants