Skip to content

CLI: No such file or directory #133

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

Closed
poly2it opened this issue Mar 15, 2025 · 5 comments
Closed

CLI: No such file or directory #133

poly2it opened this issue Mar 15, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@poly2it
Copy link

poly2it commented Mar 15, 2025

Trying to launch the Brush application on a directory through the CLI often doesn't work.

$ brush_app /home/user/some/path
❌ Error: No such file or directory (os error 2)
$ ls /home/user/some/path
database.db  images  sparse  videos

Selecting the same directory through the GUI works.

@poly2it
Copy link
Author

poly2it commented Mar 15, 2025

The issue does not seem to occur if the input path is ..

$ brush_app .
  🖌️ █▓░ Loading data... 46 training, 0 eval views
...

However, executing from the parent directory:

$ brush_app path
❌ Error: No such file or directory (os error 2)

@xipherx
Copy link

xipherx commented Mar 17, 2025

I'm having the same issue under Linux. I tested the same on Mac and it works!

@blurgyy
Copy link

blurgyy commented Mar 25, 2025

Also seeing this, and the error does disappear if the input path is ..

@ArthurBrussee ArthurBrussee added the bug Something isn't working label Mar 27, 2025
@ArthurBrussee
Copy link
Owner

Did the path by any chance have any capitalization in it? If so it's been fixed 8ae5398

@ArthurBrussee
Copy link
Owner

I'm going to go ahead and say that fixed it, if not, feel free to re-open!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants