Closed borondics closed 1 year ago
Hi @borondics, thanks for opening an issue! Quick question so I can understand your problem better: are you trying to install the Python package libRustBCA or RustBCA as a standalone executable?
I noticed this error message appears in the output you shared:
error: can't find Rust compiler
...
If you did intend to build this package from source, try installing a Rust
compiler from your system package manager and ensure it is on the
PATH during installation.
I don't have any pre-built wheels available, so you will have to build it from source. Do you have the Rust compiler installed? If not, the recommended way to get one is to install the Rust toolchain via rustup.
Thanks! Worked like a charm!
Description I can't install the code on MacOS even after upgrading
pip
and pre-installing the requirements in a fresh python environment. Maybe the issue is mixingconda
andpip
?To Reproduce Please attach the relevant TOML input file and list the command line arguments used.
pip install git+https://github.com/lcpp-org/RustBCA.git
or cloning and installing it from the cloned directory.Expected behavior Be able to install RustBCM
Error messages, output files, or figures
System (please complete the following information): OS: MacOS 14.1.1 Sonoma