Replies: 3 comments 8 replies
-
This might be issue #646 |
Beta Was this translation helpful? Give feedback.
8 replies
-
What I cannot figure out is why it worked fine for the last 2 months, and then suddenly broke. I suspect I must have had the "right" python libs available on my path somehow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
"rye self uninstall" ,it useful for me . my error info like :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm converting a python/c++ project to a python/rust project, and it has been going great. I'm experienced with python/c++, but a rust noob. I'm using rye / pyo3.rs, working with ndarray / numpy, and it all just works. Or did, until today. I'm not even sure what I did to break it. But here is what happens:
rye sync
worksmaturin develop
works finecargo test
fails withld: library 'python3.12' not found
cargo bench
rye self uninstall
, then the cargo commands work fine.Note 1: I've uninstalled/reinstalled rust/rye/python and it persists.
Note 2: I have even replicated the problem on another Mac mini m1. So it isn't just my laptop.
Tech deets:
Apple M2 Pro
Sonoma: 14.3.1 (23D60)
rye 0.28.0
Python 3.12.2
Any hints, or revelations of the obvious that I have stupidly overlooked, would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions