Metadata generation failed

I get an error when im trying to install pyqt5 tools (pip.exe install pyqt5-tools) Here’s the screenshot. Help me please

This means that the package does not have a wheel (build) that’s compatible with your version of Python (or architecture) so it’s building from source.

Sometimes downgrading your Python version is the simplest fix to avoid building.

Otherwise, you may need to read the part about building pyqt5: Installing PyQt5 — PyQt Documentation v5.15.7

1 Like