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

Enhancement to documentation for make install-cli #1787

Closed
faysou opened this issue Jul 13, 2024 · 2 comments
Closed

Enhancement to documentation for make install-cli #1787

faysou opened this issue Jul 13, 2024 · 2 comments
Assignees
Labels
docs Relating to documentation

Comments

@faysou
Copy link
Contributor

faysou commented Jul 13, 2024

The nautilus cli doesn't run if the path to libpython is not set for the linker used by rust.

Under macos I got this error:

dyld[92351]: Library not loaded: @rpath/libpython3.12.dylib
  Referenced from: <290892CB-FDE9-30C3-9AA9-6213CB60CB32> /Users/ata/.cargo/bin/nautilus
  Reason: tried: '/Users/ata/.gvm/pkgsets/go1.22.5/global/overlay/lib/libpython3.12.dylib' (no such file)

Using this for example fixed it for me:

export DYLD_LIBRARY_PATH=~/miniconda3/envs/nautilus/lib  
make install-cli

Making users aware of this in the documentation could save them some time to avoid this issue.

I'm using the latest develop version under macos.

@faysou faysou added the bug Something isn't working label Jul 13, 2024
@cjdsellers cjdsellers added docs Relating to documentation and removed bug Something isn't working labels Jul 13, 2024
@cjdsellers
Copy link
Member

Hi @faysou

Thanks for the report here.

One factor at play here is the conda environment. This isn't the first or only issue compiling from source using conda, although likely the only one you've run into?

@cjdsellers cjdsellers self-assigned this Jul 19, 2024
@cjdsellers
Copy link
Member

Closing this for now as conda isn't officially supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Relating to documentation
Projects
None yet
Development

No branches or pull requests

2 participants