-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error while on Fedora #512
Comments
After a little bit of tinkering (installing rustup and rust), we ended up with this error:
During the tinkering, we also sym-linked "pyo3-pack" to "pyo3". |
I'm facing a similar issue. I'm trying to run some of the weld tests using
I've checked the following -
Although now it's difficult to find and install llvm 6.0.0 so instead I'm using llvm version 10.0.0 and llvm-sys version in Cargo.toml is "100.2.0". Still I don't think the linking error is because of version difference, because when I add
It'll be a big help if someone could share how they overcame this issue. Or how to pass the extra |
While running the
python setup.py develop
command under weld-python on Fedora. We found the following error:The text was updated successfully, but these errors were encountered: