VisualAgentBench icon indicating copy to clipboard operation
VisualAgentBench copied to clipboard

[Bug/Assistance] Some confusion about virtual env

Open K-THU opened this issue 1 year ago • 2 comments

Describe the bug When I run the command from the tutorial, it reports "No module named wal." Is the correct command "python -m venv venv"? By the way, is there a tutorial that does not require Docker configuration?

Commad of tutorial ####Python 3.10 (or 3.11, but not 3.12 cause 3.12 deprecated distutils needed here) python -m wal wal source venv/bin/activate pip install -r requirements.txt playwright install pip install -e .

K-THU avatar Nov 29 '24 03:11 K-THU

Same situation here. The tutorial for installing VAB-WebArena-Lite might be incomplete or misleading. For me, there are no wal.py after all steps taken.

shiqian-su avatar Dec 26 '24 11:12 shiqian-su

@K-THU @shiqian-su Sorry for the late reply. The wal is actually venv in the original VisualWebArena environment setup, where wal is the name of environment that we used in our development. Either removing the command or use python -m venv venv would be OK. Apology for the inconvenience again.

Xiao9905 avatar Dec 26 '24 12:12 Xiao9905