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

keep an eye on python web3 build errors in CI #429

Open
ivoysey opened this issue Feb 28, 2022 · 0 comments
Open

keep an eye on python web3 build errors in CI #429

ivoysey opened this issue Feb 28, 2022 · 0 comments

Comments

@ivoysey
Copy link
Collaborator

ivoysey commented Feb 28, 2022

this may go away on its own, but as of https://app.travis-ci.com/github/mcoblenz/Obsidian/builds/247118840 we see

ERROR: eth-keys 0.3.4 has requirement eth-typing<3.0.0,>=2.2.1, but you'll have eth-typing 3.0.0 which is incompatible.

ERROR: eth-keys 0.3.4 has requirement eth-utils<2.0.0,>=1.8.2, but you'll have eth-utils 2.0.0 which is incompatible.

ERROR: rlp 2.0.1 has requirement eth-utils<2,>=1.0.2, but you'll have eth-utils 2.0.0 which is incompatible.

ERROR: eth-keyfile 0.5.1 has requirement eth-utils<2.0.0,>=1.0.0-beta.1, but you'll have eth-utils 2.0.0 which is incompatible.

ERROR: eth-account 0.5.7 has requirement eth-abi<3,>=2.0.0b7, but you'll have eth-abi 3.0.0 which is incompatible.

ERROR: eth-account 0.5.7 has requirement eth-utils<2,>=1.3.0, but you'll have eth-utils 2.0.0 which is incompatible.

ERROR: web3 5.28.0 has requirement eth-abi<3.0.0,>=2.0.0b6, but you'll have eth-abi 3.0.0 which is incompatible.

ERROR: web3 5.28.0 has requirement eth-typing<3.0.0,>=2.0.0, but you'll have eth-typing 3.0.0 which is incompatible.

ERROR: web3 5.28.0 has requirement eth-utils<2.0.0,>=1.9.5, but you'll have eth-utils 2.0.0 which is incompatible.

around Line 359 of the build output. it still runs the tests to completion. maybe pip itself ought to get updated in travis.yml?

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