No module named setuptools

后端 未结 6 1463
迷失自我
迷失自我 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:54

    Install setuptools and try again.

    try command:

    sudo apt-get install -y python-setuptools
    

提交回复
热议问题