Skip to content
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

new version on mipsel 32 bit Atomic error #731

Closed
atvcaptain opened this issue Jan 18, 2024 · 4 comments
Closed

new version on mipsel 32 bit Atomic error #731

atvcaptain opened this issue Jan 18, 2024 · 4 comments

Comments

@atvcaptain
Copy link

i need any info how can fix it

old version 4.01 works
all newer i get this

| error[E0432]: unresolved import std::sync::atomic::AtomicI64
| --> /usr/src/debug/python3-bcrypt/4.1.2/cargo_home/bitbake/pyo3-0.20.0/src/impl_/pymodule.rs:6:25
| |
| 6 | use std::sync::atomic::{AtomicI64, Ordering};
| | ^^^^^^^^^
| | |
| | no AtomicI64 in sync::atomic
| | help: a similar name exists in the module: AtomicI32
|
| For more information about this error, try rustc --explain E0432.

@alex
Copy link
Member

alex commented Jan 18, 2024

I believe this will be resolved by PyO3/pyo3#3619, which should be in a pyo3 release soon, and then we can include it.

@atvcaptain
Copy link
Author

thx for the good info

@atvcaptain
Copy link
Author

i add for me a temp fix oe-alliance/oe-alliance-core@7857a40

@alex
Copy link
Member

alex commented Jan 18, 2024 via email

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants