Skip to content
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

Dependency issue with pip #20

Open
lowercase-donkey opened this issue May 26, 2024 · 1 comment
Open

Dependency issue with pip #20

lowercase-donkey opened this issue May 26, 2024 · 1 comment

Comments

@lowercase-donkey
Copy link

Hey! Somewhat new to pip but more experienced with NPM.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
hydrus-api 5.0.1 requires requests<3.0.0,>=2.28.2, but you have requests 2.23.0 which is incompatible.

It seems hydrus-api needs something newer than saucenao allows:

saucenao-api 2.4.0 requires requests~=2.23.0, but you have requests 2.32.2 which is incompatible.

Any ideas?

@lowercase-donkey
Copy link
Author

Possibly related, but getting this error:

Traceback (most recent call last):
  File "xxx\hydrus\hydrus_saucenao_search.py", line 398, in <module>
    handle_results(results)
  File "xxx\hydrus\hydrus_saucenao_search.py", line 328, in handle_results
    tag_file("hit")
  File "xxx\hydrus\hydrus_saucenao_search.py", line 273, in tag_file
    client.add_tags(hashes=line.splitlines(), service_names_to_tags={meta_tag_service: [final_tag]})
TypeError: Client.add_tags() got an unexpected keyword argument 'service_names_to_tags'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant