/      日本語

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.