Python pip安装模块报错

    xiaoxiao2021-12-14  16

    Python在安装模块的过程中,有时候会遇到如下问题:

    error: could not create'/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/greenlet':Operation not permitted

    简单的处理方法就是:

    pip install module_name –user –U 在安装的时候让pip按照用户去安装就可以了。

    转载请注明原文地址: https://ju.6miu.com/read-965556.html

    最新回复(0)