You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 11, in <module>
import config
File "/Users/satwik/code/hop23/hop23-backend/config.py", line 6, in <module>
import web3
File "/Users/satwik/code/hop23/hop23-backend/venv/lib/python3.8/site-packages/web3/__init__.py", line 6, in <module>
from eth_account import (
File "/Users/satwik/code/hop23/hop23-backend/venv/lib/python3.8/site-packages/eth_account/__init__.py", line 1, in <module>
from eth_account.account import (
File "/Users/satwik/code/hop23/hop23-backend/venv/lib/python3.8/site-packages/eth_account/account.py", line 8, in <module>
from cytoolz import (
File "/Users/satwik/code/hop23/hop23-backend/venv/lib/python3.8/site-packages/cytoolz/__init__.py", line 1, in <module>
from .itertoolz import *
File "cytoolz/itertoolz.pyx", line 17, in init cytoolz.itertoolz
File "cytoolz/utils.pyx", line 10, in init cytoolz.utils
File "/Users/satwik/code/hop23/hop23-backend/venv/lib/python3.8/site-packages/toolz/__init__.py", line 19, in <module>
from . import curried, sandbox
File "/Users/satwik/code/hop23/hop23-backend/venv/lib/python3.8/site-packages/toolz/curried/__init__.py", line 81, in <module>
partial = toolz.curry(toolz.partial)
AttributeError: partially initialized module 'toolz' has no attribute 'partial' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: