Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This error message typically occurs when PyQt5 is compiled with a different version of C++ runtime library than the one used to build the application or library that is trying to import it. Specifically, it suggests that the outofrange constructor from the STL library is missing at runtime.

To fix this error, try rebuilding PyQt5 with the same version of the C++ runtime library that is used by the application. Alternatively, you can try linking the application statically to ensure that all required symbols are resolved at compile time.