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

can't imported in termux to use in android #7

Open
fimkov opened this issue May 26, 2024 · 1 comment
Open

can't imported in termux to use in android #7

fimkov opened this issue May 26, 2024 · 1 comment

Comments

@fimkov
Copy link

fimkov commented May 26, 2024

~ $ pip install uniref
Collecting uniref
  Using cached uniref-0.5.2-py3-none-any.whl.metadata (43 kB)
INFO: pip is looking at multiple versions of uniref to determine which version is compatible with other requirements. This could take a while.
  Using cached uniref-0.5.1-py3-none-any.whl.metadata (43 kB)
  Using cached uniref-0.4.1-py3-none-any.whl.metadata (43 kB)
  Using cached uniref-0.3.2-py3-none-any.whl.metadata (43 kB)
ERROR: Cannot install uniref==0.3.2, uniref==0.4.1, uniref==0.5.1 and uniref==0.5.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    uniref 0.5.2 depends on pywin32
    uniref 0.5.1 depends on pywin32
    uniref 0.4.1 depends on pywin32
    uniref 0.3.2 depends on pywin32

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

i can't use it for android

@in1nit1t
Copy link
Owner

in1nit1t commented Jun 4, 2024

Thanks for using. Currently, uniref is only supported on Windows. I will consider supporting termux in the future.
You can modify pyproject.toml and the source code to remove the pywin32 dependency and then compile by yourself.

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

2 participants