This is the multi-page printable view of this section. Click here to print...

Return to the regular view of this page

As of 2025-08-01

MWings Library

Questions about the MWings (TWELITE Wings Library)
    This page compiles questions related to software development using MWings (TWELITE Wings Library).

    Python

    What to do if an error occurs when installing on Raspberry Pi?

    If you encounter errors related to numpy, please try installing mwingslite (Lite version) instead of mwings (standard version) (Details).

    
    
    pip install mwingslite

    The standard mwings depends on numpy, which may conflict with the pre-installed numpy on Raspberry Pi, causing installation failures.