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
Hi there, I'm new to vyper and was following a titanoboa basic tutorial but, unlike the video, I received an import error while executing a simple python file:
I'm using UV for environment management on a windows/WSL platform. I've successfully installed titanoboa and vyper both within and outside the virtual env. and attempted the execution with both python 11 and 12 both globally and in the virtual env. Still, with all the configurations I receive this import error message:
Traceback (most recent call last):
File "/mnt/c/vypy/1-python-in-updraft-cu/main.py", line 1, in <module>
import boa
File "/mnt/c/vypy/1-python-in-updraft-cu/.venv/lib/python3.12/site-packages/boa/__init__.py", line 11, in <module>
from boa.interpret import (
File "/mnt/c/vypy/1-python-in-updraft-cu/.venv/lib/python3.12/site-packages/boa/interpret.py", line 16, in <module>
from vyper.compiler.input_bundle import (
ImportError: cannot import name 'ABIInput' from 'vyper.compiler.input_bundle' (/mnt/c/vypy/1-python-in-updraft-cu/.venv/lib/python3.12/site-packages/vyper/compiler/input_bundle.py)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm new to vyper and was following a titanoboa basic tutorial but, unlike the video, I received an import error while executing a simple python file:
I'm using UV for environment management on a windows/WSL platform. I've successfully installed titanoboa and vyper both within and outside the virtual env. and attempted the execution with both python 11 and 12 both globally and in the virtual env. Still, with all the configurations I receive this import error message:
vyper version: 0.4.2
titanoboa version: 0.2.6
Could you please help me with this error?
Beta Was this translation helpful? Give feedback.
All reactions