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

[Bug/Assistance] Some confusion about virtual env #13

Open
K-THU opened this issue Nov 29, 2024 · 2 comments
Open

[Bug/Assistance] Some confusion about virtual env #13

K-THU opened this issue Nov 29, 2024 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@K-THU
Copy link

K-THU commented Nov 29, 2024

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 K-THU added bug Something isn't working help wanted Extra attention is needed labels Nov 29, 2024
@shiqian-su
Copy link

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.

Xiao9905 added a commit that referenced this issue Dec 26, 2024
@Xiao9905
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants