Sitruc
Sitruc9mo ago

Error whilst trying to setup local dev on M2 MBP

Getting this error when trying to self host convex on my machine. just run-local-backend was the final command I needed to run according to the docs. Any chance we can get a docker container instead for local development? I've maxed out my hobby plan unfortunately whilst trying to develop because of accidentally spamming read requests.
Compiling no-std-compat v0.4.1
Compiling float_next_after v1.0.0
For more information about this error, try `rustc --explain E0554`.
error: could not compile `metrics` (lib) due to 8 previous errors
warning: build failed, waiting for other jobs to finish...
error: Recipe `run-local-backend` failed on line 23 with exit code 101
Compiling no-std-compat v0.4.1
Compiling float_next_after v1.0.0
For more information about this error, try `rustc --explain E0554`.
error: could not compile `metrics` (lib) due to 8 previous errors
warning: build failed, waiting for other jobs to finish...
error: Recipe `run-local-backend` failed on line 23 with exit code 101
No description
2 Replies
lee
lee9mo ago
check out the #open-source channel (this is a common error caused by using the wrong version of rust)
Sitruc
SitrucOP9mo ago
Hi, I ended up just using the prebuilt binaries for my machine

Did you find this page helpful?