LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
933 stars 33 forks source link

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

Open gkorland opened 5 years ago

gkorland commented 5 years ago

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 commented 4 years ago

Please try:

$ buckaroo install
$ buck run :app
njlr commented 4 years ago

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