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

后端 未结 2 699
故里飘歌
故里飘歌 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:31

    For python 3 and later 3.x, use pip3

    sudo pip3 install setuptools --upgrade
    

    No need to use sudo for a virtual environment or in admin console of windows,so use simply

    pip3 install setuptools --upgrade
    

提交回复
热议问题