-
Notifications
You must be signed in to change notification settings - Fork 9
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
Installation fails due to conflicting keyring version #16
Comments
Solution
|
I successfully installed it..
|
@cshuaimin , we indeed encountered the following build failure. I installed video-funnel in a clean virtual environment. I think maybe your development environment has some preinstalled dependencies that shadowed this problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, users are unable to run Video-funnel due to dependency conflict with keyring package. As shown in the following full dependency graph of video-funnel, browsercookie requires keyring*,while pycookiecheat * requires keyring==19.1.0.
According to pip’s “first found wins” installation strategy, keyring 21.2.1 is the actually installed version. However, keyring 21.2.1 does not satisfy keyring==19.1.0.
Dependency tree-----------
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered: