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
Looks like your libpython that was used to compile lorikeet isn't currently in your LIBRARY_PATH. If you are using a conda environment then you'll need to set your LIBRARY_PATH variable appropriately. e.g. LIBRARY_PATH=/path/to/conda/lib/folder cargo run --release -- call -h
You can also try compiling with --no-default-features added to your cargo command. This will remove the Fst calculations that use Pyo3 and the required python libraries.
Additionally, do you still have this issue when you compile using cargo install --path .? Updating your cargo dependencies may also help remove this error, as will making sure you are using the most recent dev branch commit
When trying to install lorikeet I got this error at the step of launching the command "cargo run --release -- call -h".
target/release/lorikeet: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory
Can you give me any suggestion?
The text was updated successfully, but these errors were encountered: