ImportError: module 'setuptools.dist' has no 'check_specifier' attribute

后端 未结 2 703
故里飘歌
故里飘歌 2021-01-03 19:31

Ceph teuthology installation fails with following error on Ubuntu 14.04, kernel 4.4.0-51-generic:

ImportError: 

        
2条回答
  •  死守一世寂寞
    2021-01-03 20:33

    It was due to older setuptools version. I updated setuptools as follows:

    sudo pip install setuptools --upgrade
    

    It installed setuptools-31.0.0 and that worked.

提交回复
热议问题