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) ModuleNotFoundError: No module named 'playwright._impl._api_types' #1

Closed
zhanwenchen opened this issue Sep 23, 2024 · 0 comments · Fixed by #2
Closed

(Bug) ModuleNotFoundError: No module named 'playwright._impl._api_types' #1

zhanwenchen opened this issue Sep 23, 2024 · 0 comments · Fixed by #2
Assignees
Labels
bug Something isn't working

Comments

@zhanwenchen
Copy link
Owner

zhanwenchen commented Sep 23, 2024

GOt ModuleNotFoundError: No module named 'playwright._impl._api_types' after running

python agentboard/eval_main.py \
    --cfg-path eval_configs/main_results_all_tasks.yaml \
    --tasks alfworld \
    --model gpt-3.5-turbo-0613 \
    --log_path ./results/gpt-3.5-turbo-0613 \
    --project_name evaluate-gpt-35-turbo-0613 \
    --baseline_dir ./data/baseline_results

playwright-python no longer has a playwright._impl._api_types.py file (https://github.com/microsoft/playwright-python/tree/main/playwright/_impl). The Error and TimeoutError classes can now be found in https://github.com/microsoft/playwright-python/blob/main/playwright/_impl/_errors.py.

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

Successfully merging a pull request may close this issue.

1 participant