0

I'am trying to run ceph command but I get the error

$ ceph
Traceback (most recent call last):
  File "/usr/local/bin/ceph", line 100, in <module>
    from ceph_argparse import \
ImportError: No module named ceph_argparse

I found this link http://tracker.ceph.com/issues/11388

But /dist-packages/ceph_argparse.py doesn't exit in my /usr/lib/python2.7

I working on CentOS7 and I install ceph by

./autogen.sh 
./configure 
make 
make install 

and follow this link http://ceph.com/docs/master/install/manual-deployment/

4

1 回答 1

0

在安装 ceph 之前需要获取所有的 require 包

按照这个链接>> http://ceph.com/docs/master/install/get-packages/

于 2015-09-04T11:04:18.973 回答