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 conflict, 21 april 2024 #74

Open
sarvagyaah opened this issue Apr 21, 2024 · 0 comments
Open

dependency conflict, 21 april 2024 #74

sarvagyaah opened this issue Apr 21, 2024 · 0 comments

Comments

@sarvagyaah
Copy link

Error message:

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.
cloudinary 1.40.0 requires urllib3>=1.26.5, but you have urllib3 1.24.3 which is incompatible.


Steps to reproduce error:

Step 1:
pip install bitcoin-etl[streaming]

Error will get:
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.
cloudinary 1.40.0 requires urllib3>=1.26.5, but you have urllib3 1.24.3 which is incompatible.

Try to solve error:
i use: pip install urllib3 --upgrade,

then another dependency conflict arise

after so many tries to installing various dependecy version,

when finally i run pip install bitcoin-etl[streaming] i get no error, but after that

on running bitcoinetl stream -p http://user:pass@localhost:8332 --start-block 840000

i get error: ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

this all about dependecny conflict,

i dont know much and dont have much experience if there is any mistake writing in post, i am sorry

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