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

Package Compatibility Issue after Fresh Install and Pipenv Installation #194

Open
bromulous opened this issue Aug 11, 2023 · 2 comments
Open
Labels
bug Something isn't working

Comments

@bromulous
Copy link

I've used this project successfully in the past but recently did a fresh install and couldn't get it to run due to some errors.
Repo steps:

  1. git clone
  2. pipenv install
  3. start env
  4. create demo file with getting started code from readme filling in api keys and archive node hook
  5. run demo file

Error
Screenshot 2023-08-11 at 10 18 52 AM

After I downgraded pydantic to <2.0.0
Error
Screenshot 2023-08-11 at 10 21 06 AM

@kchojn kchojn added the bug Something isn't working label Aug 11, 2023
@kchojn
Copy link
Collaborator

kchojn commented Aug 11, 2023

ge,
There will be a release with fixes - next week.
That's right, you need to use pydantic <2.0.0, also, it may be a temporary fix:
input=raw_tx.input.hex(),
but I'm unsure if this is the only problematic place.
We will fix problems with web3 >= 6.0.0

@bromulous
Copy link
Author

Thanks, this works!
It might be worth while freezing requirements on each release so that you don't get broken compatibility issues when a dependency does a breaking update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants