import boa #10
fabianestebanmolina
started this conversation in
General
Replies: 1 comment 4 replies
-
@fabianestebanmolina I would highly suggest trying to use UV, it makes syncing dependencies with your project so easy. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi everyone , i have a problem and don't know what's going on i'm trying to do the python import videos on your site... i have this error on my terminal
import boa
boa.eval("empty(uint256)")
/bin/python3 /home/fabian/Escritorio/learntoken/my_project/fuelboa?.py
Traceback (most recent call last):
File "/home/fabian/Escritorio/learntoken/my_project/fuelboa?.py", line 1, in
import boa
ModuleNotFoundError: No module named 'boa'
i already did de pip install
this is my version of python 3.12.3
this my version of vyper 0.4.0+commit.e9db8d9
and my version of titanoboa Version: 0.2.5
Beta Was this translation helpful? Give feedback.
All reactions