[Bug/Assistance] Some confusion about virtual env
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 .
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.
@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.