Code Monkey home page Code Monkey logo

Comments (7)

ms7m avatar ms7m commented on July 17, 2024

This will be fixed in the next release.

from notify-py.

Kyngo avatar Kyngo commented on July 17, 2024

It's been almost a year since this issue was created, and it still hasn't been upgraded. Any updates? @ms7m

from notify-py.

ms7m avatar ms7m commented on July 17, 2024

@Kyngo this was supposed to be fixed in #47 (~ 2 releases ago).. Pushing out a fix to update the restriant.

from notify-py.

ms7m avatar ms7m commented on July 17, 2024

v0.3.41 has been published to PyPi and should loosen up the requirement for loguru. Let me know if you're still experiencing some conflicts.

from notify-py.

Kyngo avatar Kyngo commented on July 17, 2024

After updating notify-py and trying to set loguru version to at least 0.6.0, I get the following message when attempting to install my requirements.txt file:

ERROR: Cannot install loguru>=0.6.0 and notify-py==0.3.41 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested loguru>=0.6.0
    notify-py 0.3.41 depends on loguru<0.6.0 and >=0.5.3

from notify-py.

ms7m avatar ms7m commented on July 17, 2024

Give it a try now. (v0.3.42)

~/Development/debugging-notifypy/sample_proj » pip freeze > requirements.txt; cat requirements.txt                                                                                       mustafa@Mustafas-Macbook-Pro
───────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
       │ File: requirements.txt
───────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
   1   │ loguru==0.6.0
───────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
(venv) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
~/Development/debugging-notifypy/sample_proj » pip install notify-py                                                                                                                     mustafa@Mustafas-Macbook-Pro
Collecting notify-py
  Using cached notify_py-0.3.42-py3-none-any.whl (649 kB)
Requirement already satisfied: loguru<=0.6.0,>=0.5.3 in ./venv/lib/python3.9/site-packages (from notify-py) (0.6.0)
Installing collected packages: notify-py
Successfully installed notify-py-0.3.42

from notify-py.

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.