We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GOt ModuleNotFoundError: No module named 'playwright._impl._api_types' after running
ModuleNotFoundError: No module named 'playwright._impl._api_types'
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.
The text was updated successfully, but these errors were encountered:
(BUG FIX) #1: ModuleNotFoundError: No module named
7e2df1f
zhanwenchen
Successfully merging a pull request may close this issue.
GOt
ModuleNotFoundError: No module named 'playwright._impl._api_types'
after runningplaywright-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.
The text was updated successfully, but these errors were encountered: