ipywidgets 7.6.5 requires jupyterlab-widgets, which is not installed. twisted 22.1.0 has requirement attrs>=19.2.0, but you have attrs 19.1.0. pytest 7.0.0 has requirement attrs>=19.2.0, but you have attrs 19.1.0. pkgcheck 0.10.9 has requirement tree-sitter~=0.19.0, but you have tree-sitter 0.20.0. hypothesis 6.36.1 has requirement attrs>=19.2.0, but you have attrs 19.1.0. eyed3 0.9.6 has requirement coverage[toml]==5.*,>=5.3.1, but you have coverage 6.3.1. black 22.1.0 has requirement click>=8.0.0, but you have click 7.1.2. automat 20.2.0 has requirement attrs>=19.2.0, but you have attrs 19.1.0. Error running mach: ['configure'] The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it. You can invoke |./mach busted| to check if this issue is already on file. If it isn't, please use |./mach busted file configure| to report it. If |./mach busted| is misbehaving, you can also inspect the dependencies of bug 1543241. If filing a bug, please include the full output of mach, including this error message. The details of the failure are as follows: Exception: According to "pip check", the current Python environment has package-compatibility issues. File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mozbuild/mozbuild/build_commands.py", line 254, in configure return driver.configure( File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mozbuild/mozbuild/controller/building.py", line 1668, in configure build_site.ensure() File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mach/mach/site.py", line 513, in ensure if not self._up_to_date(): File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mach/mach/site.py", line 669, in _up_to_date _assert_pip_check(self._topsrcdir, pthfile_lines, self._site_name) File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mach/mach/site.py", line 1002, in _assert_pip_check raise Exception( * ERROR: www-client/firefox-97.0::gentoo failed (configure phase): * (no error message)
bilbo ~ # pip check ipywidgets 7.6.5 requires jupyterlab-widgets, which is not installed. pkgcheck 0.10.9 has requirement tree-sitter~=0.19.0, but you have tree-sitter 0.20.0. eyed3 0.9.6 has requirement coverage[toml]==5.*,>=5.3.1, but you have coverage 6.3.1. bilbo ~ #
Having this issue too, some of the errors seems to be using bundled stuff with system stuff (twisted for example since system attrs meets that requirement but firefox uses the bundled attrs -.-)
I really need a way to reproduce this, please see #832975 - I can see what's happening, just don't know why. *** This bug has been marked as a duplicate of bug 832975 ***