-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicts between Daily-Reddit-Wallpaper and update-checker #45
Comments
Solution
Which solution do you prefer, 1 or 2? |
Any update on this? |
I take it this repository is abandoned, will look for a fork or alternate option. |
This version works https://github.com/markubiak/wallpaper-reddit |
ISSUESHi, users are unable to run Daily-Reddit-Wallpaper *due to dependency conflict with update-checker package. As shown in the following full dependency graph of *Daily-Reddit-Wallpaper*, it directly requires update-checker==0.11,while *praw==5.4.0* requires update-checker>=0.16.
Error
SolutionWe analyze your project according to the call graph, and now give you the following suggestion, loosen your direct dependency to be update-checker==* . Thanks for your help. |
Hi, users are unable to run Daily-Reddit-Wallpaper due to dependency conflict with update-checker package.
As shown in the following full dependency graph of Daily-Reddit-Wallpaper, it directly requires update-checker==0.11,while praw==5.4.0 requires update-checker>=0.16.
According to pip’s “first found wins” installation strategy, update-checker==0.11 is the actually installed version.
However, update-checker==0.11 does not satisfy update-checker>=0.16.
Dependency tree
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered: