Closed mrp089 closed 11 months ago
pip install . doesn't work anymore on my macOS 14. I'm triggering the pipeline to test the build on different machines. No actual PR intended.
pip install .
Figured it out. For some reason, only pip install -e ".[dev]" works now (as in the documentation).
pip install -e ".[dev]"
With pip install . I get this linker error:
clang: error: unsupported argument '' to option '-flto='
pip install .
doesn't work anymore on my macOS 14. I'm triggering the pipeline to test the build on different machines. No actual PR intended.