You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anyone have experience dealing with this error? just did a docker pull, docker pull mvlbs/m1-cli then started a new workspace with docker run -it -v "hello:/workspace" mvlbs/m1-cli /bin/bash and then any command i run gives the error
movement: error while loading shared libraries: libpq.so.5: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
This appears to be a result of recently making the indexer flag default but failing to install psql deps in the Docker container. As a result, the CLI is compiled with crates which rely on indexer logic and so expect psql. However, I'm unsure why this is being invoked at CLI runtime.
anyone have experience dealing with this error? just did a docker pull, docker pull mvlbs/m1-cli then started a new workspace with docker run -it -v "hello:/workspace" mvlbs/m1-cli /bin/bash and then any command i run gives the error
The text was updated successfully, but these errors were encountered: