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

No such file or directory: '.../buckaroo_macros.bzl' #346

Open
gkorland opened this issue Aug 29, 2019 · 2 comments
Open

No such file or directory: '.../buckaroo_macros.bzl' #346

gkorland opened this issue Aug 29, 2019 · 2 comments
Assignees

Comments

@gkorland
Copy link

gkorland commented Aug 29, 2019

When following the Quick Start steps I'm getting this error when trying to run buck run :app

$ ./buck run :app
Not using buckd because watchman isn't installed.
Using additional configuration options from /home/guy/.buckconfig
Parsing buck files: finished in 1.0 sec
Buck wasn't able to parse /home/guy/workspace/buck/BUCK:
IOError: [Errno 2] No such file or directory: '/home/guy/workspace/buck/buckaroo_macros.bzl'
Call stack:
  File "/home/guy/workspace/buck/BUCK", line 1
    load('//:buckaroo_macros.bzl', 'buckaroo_deps')
@njlr
Copy link
Collaborator

njlr commented Sep 3, 2019

Please try:

$ buckaroo install
$ buck run :app

@njlr njlr self-assigned this Sep 3, 2019
@njlr
Copy link
Collaborator

njlr commented Sep 4, 2019

Note I was not able to reproduce this, but running buckaroo install should fix it.

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

2 participants