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
Thanks for reporting. It's expected that you will need to set LD_LIBRARY_PATH, however I agree the documentation could make this clearer. I'll try to add something.
🐛 Python shared object not found while using pyenv
🌍 Environment
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.7.9
rustc --version
): rustc 1.51.0 (2fd73fabe 2021-03-23)version = "0.x.y"
withgit = "https://github.com/PyO3/pyo3")?
: yes💥 Reproducing
main.rs
cargo run
Result
error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
Workaround
The text was updated successfully, but these errors were encountered: