When I run `./mach wpt <test-path> --product chrome`, I got this error: ``` ach.site.InstallPipRequirementsException: As part of validation after installing "M:/src\testing\web-platform\tests\tools\wptrunner\requirements.txt" into the "wpt" site, the site appears to contain installed packages that are incompatible with each other. File "M:\src\testing\web-platform\mach_commands.py", line 540, in run_wpt return run_web_platform_tests(command_context, **params) File "M:\src\testing\web-platform\mach_commands.py", line 528, in run_web_platform_tests return wpt_runner.run(logger, **params) File "m:\src\testing\web-platform\mach_commands_base.py", line 57, in run kwargs = self.setup.kwargs_wptrun(kwargs) File "M:\src\testing\web-platform\mach_commands.py", line 182, in kwargs_wptrun self.virtualenv_manager.install_pip_requirements( File "M:\src\python\mach\mach\site.py", line 738, in install_pip_requirements raise InstallPipRequirementsException( mozilla-central revision is `1b3be6b61583`. I run this on Windows.
Bug 1852874 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
When I run `./mach wpt <test-path> --product chrome`, I got this error: ``` ach.site.InstallPipRequirementsException: As part of validation after installing "M:/src\testing\web-platform\tests\tools\wptrunner\requirements.txt" into the "wpt" site, the site appears to contain installed packages that are incompatible with each other. File "M:\src\testing\web-platform\mach_commands.py", line 540, in run_wpt return run_web_platform_tests(command_context, **params) File "M:\src\testing\web-platform\mach_commands.py", line 528, in run_web_platform_tests return wpt_runner.run(logger, **params) File "m:\src\testing\web-platform\mach_commands_base.py", line 57, in run kwargs = self.setup.kwargs_wptrun(kwargs) File "M:\src\testing\web-platform\mach_commands.py", line 182, in kwargs_wptrun self.virtualenv_manager.install_pip_requirements( File "M:\src\python\mach\mach\site.py", line 738, in install_pip_requirements raise InstallPipRequirementsException( ``` mozilla-central revision is `1b3be6b61583`. I run this on Windows.