anton-rs / op-up

Composable OP Stack Orchestration
https://stack.anton.systems
MIT License
41 stars 2 forks source link

bug: cargo run #69

Closed solidoracle closed 11 months ago

solidoracle commented 11 months ago

cloned the op-up repo and when I run cargo run I get the error: failed to run custom build command for jemalloc-sys v0.5.4+5.3.0-patched

merklefruit commented 11 months ago

Hi @solidoracle what OS are you on? Windows with WSL?

solidoracle commented 11 months ago

@merklefruit MAC M1

merklefruit commented 11 months ago
  1. make sure you have jemalloc: brew install jemalloc
  2. if that isn't enough, try running without the jemalloc feature: cargo run --no-default-features
solidoracle commented 11 months ago

found issue: was running the project located in a directory with spaces in the path