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

DeprecationWarning: This library has been renamed to eth-utils. The ethereum-utils package will no longer recieve updates. Please update your dependencies accordingly. #6

Open
HaveYouTall opened this issue Mar 7, 2021 · 0 comments

Comments

@HaveYouTall
Copy link

When I ran Osiris, I got this error message

Traceback (most recent call last):
  File "osiris/osiris.py", line 10, in <module>
    import symExec
  File "/home/hyt/smartsheild/Osiris/osiris/symExec.py", line 30, in <module>
    import web3
  File "/home/hyt/.local/lib/python2.7/site-packages/web3/__init__.py", line 5, in <module>
    from web3.main import Web3
  File "/home/hyt/.local/lib/python2.7/site-packages/web3/main.py", line 3, in <module>
    from eth_utils import (
  File "/home/hyt/.local/lib/python2.7/site-packages/eth_utils/__init__.py", line 2, in <module>
    "This library has been renamed to `eth-utils`.  The `ethereum-utils` "
DeprecationWarning: This library has been renamed to `eth-utils`.  The `ethereum-utils` package will no longer recieve updates.  Please update your dependencies accordingly.

I felt like Osiris is depending on a lower version of python libraries (web3 and ethereum-utils), which finally leads to this error.
Could anyone help me with this?

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