Git Product home page Git Product logo

material-color-utilities-python's People

Contributors

0xmrtt avatar avanisubbiah avatar daudix avatar lyessaadi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

material-color-utilities-python's Issues

Poetry install python requirement error

Steps to recreate:

  1. Clone the repo: git clone --recursive https://github.com/avanisubbiah/material-color-utilities-python.git
  2. poetry build
  3. poetry install

The output I got after the last step is:

Updating dependencies
Resolving dependencies... (0.4s)

The current project's Python requirement (>=2.7,<2.8 || >=3.4) is not compatible with some of the required packages Python requirement:
  - pillow requires Python >=3.7, so it will not be satisfied for Python >=2.7,<2.8 || >=3.4,<3.7
  - pillow requires Python >=3.7, so it will not be satisfied for Python >=2.7,<2.8 || >=3.4,<3.7
  - pillow requires Python >=3.7, so it will not be satisfied for Python >=2.7,<2.8 || >=3.4,<3.7
  - pillow requires Python >=3.7, so it will not be satisfied for Python >=2.7,<2.8 || >=3.4,<3.7

Because no versions of pillow match >9.2.0,<9.3.0 || >9.3.0,<9.4.0 || >9.4.0,<9.5.0 || >9.5.0,<10.0.0
 and pillow (9.2.0) requires Python >=3.7, pillow is forbidden.
And because pillow (9.3.0) requires Python >=3.7
 and pillow (9.4.0) requires Python >=3.7, pillow is forbidden.
So, because pillow (9.5.0) requires Python >=3.7
 and material-color-utilities-python depends on Pillow (^9.2.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For pillow, a possible solution would be to set the `python` property to ">=3.7"
    For pillow, a possible solution would be to set the `python` property to ">=3.7"
    For pillow, a possible solution would be to set the `python` property to ">=3.7"
    For pillow, a possible solution would be to set the `python` property to ">=3.7"

I resolved the error by changing line 9 in pyproject.toml:
I changed Pillow = "^9.2.0" to Pillow = {version = "^9.2.0", python = "^3.7"}

I guess is fairly simple to add :)

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.