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
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?
The text was updated successfully, but these errors were encountered:
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:
I'm in MacOS 15, in an M2 Pro. If I execute any of the binaries I get this dependency error:
If I proceed to install
python 3.10
then this is the error I get:I try to install rados but:
Shouldn't all these dependencies (python 3.10, modules) be handled by brew itself?
The text was updated successfully, but these errors were encountered: