python setup.py egg_info failed with error code 1

后端 未结 1 1237
情书的邮戳
情书的邮戳 2021-01-27 15:01

I\'m running Ubuntu 17.04 (fresh install) and already installed pip. However, when I try to install anything I get this:

Command \"python setup.py egg_inf

1条回答
  •  囚心锁ツ
    2021-01-27 15:41

    I've had the same error, I used the following code to get out of this error: (I was working on centOS 7)

    1) sudo yum install MySQL-devel

    2) sudo yum install openssl - devel

    3) sudo yum install python-devel

    I hope this works for you.

    0 讨论(0)
提交回复
热议问题