ImportError: No module named Cython.Distutils

前端 未结 12 730
广开言路
广开言路 2020-12-13 13:01

I\'m having a strange problem while trying to install the Python library zenlib, using its setup.py file. When I run the setup.py file

12条回答
  •  死守一世寂寞
    2020-12-13 13:11

    Run

    which python

    Thats the path to the python that your system has defaulted too then go to @tiago's method of:

    sudo setup.py install

提交回复
热议问题