dwalton76 / rubiks-cube-NxNxN-solver

A generic rubiks cube solver
MIT License
93 stars 25 forks source link

No such file or directory #68

Closed BodyCSoulN closed 3 years ago

BodyCSoulN commented 3 years ago

when i execute "./rubiks-cube-solver.py --state LLFBRBFUDULBULBBDDUBBBBLDFDULDLURFBDFRLDUFDBRLDUFBLURFRFRDRBULFBLLLBURUFRFURDDLBULLLRLRDFRDRBBRUDFDUFRBUDULFDUFULDFRBRBULLUFFBLRDDDDFRRBUBRLBUUFFRRDFF" the error is "No such file or directory: 'lookup-tables/lookup-table-5x5x5-step11-LR-centers-stage-t-center-only.state_index.gz'" so, what should i do?

BodyCSoulN commented 3 years ago

i solved it when i create a directory named "lookup-tables"

abunickabhi commented 3 years ago

Maybe in the github description, one more line can be added, where we have mkdir lookup-tables written, so the setup process is more seamless.

dwalton76 commented 3 years ago

@BodyCSoulN @abunickabhi sorry for taking months to respond. Thank you for reporting the issue. It has been fixed in master.