首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

【Python】已解决:WARNING: Discarding https:pypi.tuna.tsinghua.edu.cnpackages742b3584369fad8352ed171

Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output...Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output...然而,当你运行pip install lac命令时,出现了上述错误提示。 二、可能出错的原因 导致此错误的原因可能有多种,常见的包括: 版本不兼容:当前Python版本与LAC库的某些版本不兼容。...三、错误代码示例 以下是一个可能导致该错误的代码示例: pip install lac 在执行上述命令时,可能会遇到如下错误提示: WARNING: Discarding https://pypi.tuna.tsinghua.edu.cn...Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output

19410
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    mac 部署python环境

    mysql-python 终端中执行 pip install mysql-python 运气好的的话,直接就成功了,我遇到了一下问题,最终找到了解决方案,原因及解决方案如下,供参考 问题1:mysql_config...████████████████████████████| 110kB 30kB/s      Complete output from command python setup.py egg_info... setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-NP8J3v/mysql-python 解决方法,执行: ln... -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-w6mp1W/mysql-python/setup.py';exec(compile... code 1 in /tmp/pip-build-w6mp1W/mysql-python/ 原因是:一些依赖包没有安装,注意这也是很多实用pip执行安装扩展的时候,常见的错误 apt-get build-dep

    1.6K10
    领券