You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~ $ 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
The text was updated successfully, but these errors were encountered:
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.
i can't use it for android
The text was updated successfully, but these errors were encountered: