You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I did python3 setup.py build_ext for breezy, I got the below error:
Running `rustc --crate-name brz --edition=2021 breezy/main.rs --tons-of-flags`
Finished dev [unoptimized + debuginfo] target(s) in 3m 16s
error: [Errno 2] No such file or directory: ''
However, if I locked setuptools-rust==1.7.0, everything went fine:
Running `rustc --crate-name brz --edition=2021 breezy/main.rs --tons-of-flags`
Finished dev [unoptimized + debuginfo] target(s) in 3m 18s
Copying rust artifact from target/debug/brz to brz
# Cython logs ...
When I did
python3 setup.py build_ext
for breezy, I got the below error:However, if I locked
setuptools-rust==1.7.0
, everything went fine:I guess the regression was introduced by 7ced8d2
setuptools-rust/setuptools_rust/build.py
Lines 378 to 385 in 7ced8d2
Let's assume:
The above code snippet will resulting in:
The text was updated successfully, but these errors were encountered: