Closed ztxtz closed 1 year ago
Hey @ztxtz, thanks for checking out the project!
I was able to replicate the issue. This is because poetry installs in an isolated environment, so Python doesn't know where to look for the automata installation. If you run poetry run automata configure
you'll see the correct and expected behavior.
I'll update the docs to reflect this—thanks again and let me know if this works for you 😁
Closing this for now, but please feel free to reopen if this issue isn't resolved.
Following installation instructions in the README results in
bash: automata: command not found
when runningautomata configure
Using docker jumps into a python console:
How to replicate:
1) Open Github codespace on the main branch 2) Follow installations instructions from README