Giter Club home page Giter Club logo

Comments (2)

kbakk avatar kbakk commented on July 26, 2024 1

This should fix that: poetry lock --no-update. It will add the new wheels to the lock file (the --no-update will prevent updates from happening, i.e. all dependencies are kept as is).

from wrapt.

GrahamDumpleton avatar GrahamDumpleton commented on July 26, 2024

A Python 3.11 binary wheel was recently added against this older release to satisfy needs of people using Tensorflow, where up till now it would have resulted in a pure Python wheel being used since Python 3.11 didn't exist when that version of wrapt was originally released.

You are going to have to tell poetry to somehow update it's cache and accept a hash for a new wheel file against that wrapt version. I don't know how Poetry works and how to do that.

Note that this isn't replacing an existing wheel but adding a new one for Python 3.11 which didn't exist before, thus it is strange that Poetry wants to complain.

from wrapt.

Related Issues (20)

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.