ImportError: No module named Cython.Distutils

前端 未结 12 724
广开言路
广开言路 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:15

    I only got one advice for you : Create a virtualenv. This will ensure you have only one version of python and all your packages installed locally (and not on your entire system).
    Should be one of the solutions.

提交回复
热议问题