Open HerikkWang opened 1 year ago
Try pip install "maturin[patchelf]==0.13.7"
, then re-run maturin develop --features extension-module
Try
pip install "maturin[patchelf]==0.13.7"
, then re-runmaturin develop --features extension-module
Thank you, it works!
When building from source on Linux, I encountered the error "ImportError: rust_circuit is not compiled, run
maturin dev
to compile and install". Complete error information is shown below:In addition, in the step "Build rust_circuit (this will take a few minutes)", there is a warning message:
Did anyone encounter the same situation above? Or can anyone give some advice to solve this problem?