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

Update eth-ape to 0.7 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

BlinkyStitt
Copy link
Contributor

This might be all it takes

@BlinkyStitt
Copy link
Contributor Author

It seems you are using a syntax that was introduced in 3.10

DEBUG: Traceback (most recent call last):
  File "/Users/bryan/code/flashprofits-ape/.venv/lib/python3.9/site-packages/ape/plugins/__init__.py", line 191, in _register_plugins
    module = importlib.import_module(module_name)
  File "/Users/bryan/.pyenv/versions/3.9.16/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/Users/bryan/code/flashprofits-ape/.venv/lib/python3.9/site-packages/ape_roll/__init__.py", line 1, in <module>
    from .client import WeirollPlanner, WeirollContract
  File "/Users/bryan/code/flashprofits-ape/.venv/lib/python3.9/site-packages/ape_roll/client.py", line 177, in <module>
    class FunctionCall:
  File "/Users/bryan/code/flashprofits-ape/.venv/lib/python3.9/site-packages/ape_roll/client.py", line 184, in FunctionCall
    callvalue: LiteralValue | None = None,
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

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

Successfully merging this pull request may close these issues.

1 participant