No module named setuptools

后端 未结 6 1462
迷失自我
迷失自我 2020-12-15 02:23

I want to install setup file of twilio. When I install it through given command it is given me an error:

No module named setuptools.

6条回答
  •  佛祖请我去吃肉
    2020-12-15 02:50

    For Python Run This Command

    apt-get install -y python-setuptools
    

    For Python 3.

    apt-get install -y python3-setuptools
    

提交回复
热议问题