GithubHelp home page GithubHelp logo

Comments (4)

piglei avatar piglei commented on August 16, 2024

你好,请提供一下能复现问题的相关信息,比如 poetry 版本、pyproject.toml 文件内容等。

from bkpaas-python-sdk.

Bugbighuang avatar Bugbighuang commented on August 16, 2024

使用版本: Poetry (version 1.2.2)

使用命令: poetry install --sync
poetry add blue-krill=1.2.2 的时候报错哈希值不匹配问题
image

from bkpaas-python-sdk.

Bugbighuang avatar Bugbighuang commented on August 16, 2024

先行修改 poetry 版本问题,切换到 1.1.15 再尝试一遍

from bkpaas-python-sdk.

piglei avatar piglei commented on August 16, 2024

Poetry 1.2.X 引入了一个问题:python-poetry/poetry#6301 ,导致无法从那些仅支持 MD5 digest 的私有 PyPI 源上装包。如果你所在的网络环境,会将 blue-krill 包劫持到某个私有的 PyPI 源中(我所处的网络环境就是这样),便会遇到你发的这个摘要不匹配问题。

临时的解决办法:

  • 降级 poetry 版本
  • 使用一个不劫持 blue-krill 包到私有 PyPI server 的镜像站

from bkpaas-python-sdk.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.