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

Dependency errors while trying to install #37

Open
GeiserX opened this issue Sep 27, 2024 · 0 comments
Open

Dependency errors while trying to install #37

GeiserX opened this issue Sep 27, 2024 · 0 comments

Comments

@GeiserX
Copy link

GeiserX commented Sep 27, 2024

Following the instructions, the brew install correctly executes, and there's no error shown.

However, it's not added to PATH and If I try to find the binary, and execute it, it's missing dependencies (?)

Locations of the bins:

~ ❯ find / -name ceph
/opt/homebrew/Cellar/ceph-client/17.2.5_1.reinstall/bin/ceph
/opt/homebrew/Cellar/ceph-client/17.2.5_1.reinstall/libexec/bin/ceph
/System/Volumes/Data/opt/homebrew/Cellar/ceph-client/17.2.5_1.reinstall/bin/ceph
/System/Volumes/Data/opt/homebrew/Cellar/ceph-client/17.2.5_1.reinstall/libexec/bin/ceph

I'm in MacOS 15, in an M2 Pro. If I execute any of the binaries I get this dependency error:

zsh: /opt/homebrew/Cellar/ceph-client/17.2.5_1.reinstall/libexec/bin/ceph: bad interpreter: /opt/homebrew/bin/python3.10: no such file or directory

If I proceed to install python 3.10 then this is the error I get:

Traceback (most recent call last):
  File "/opt/homebrew/Cellar/ceph-client/17.2.5_1.reinstall/libexec/bin/ceph", line 151, in <module>
    import rados
ModuleNotFoundError: No module named 'rados'

I try to install rados but:

~ ❯ python3.10 -m pip install rados
ERROR: Could not find a version that satisfies the requirement rados (from versions: none)
ERROR: No matching distribution found for rados

Shouldn't all these dependencies (python 3.10, modules) be handled by brew itself?

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

No branches or pull requests

1 participant