How to install Python Development tools on MSYS2
I need to install the Python development tools on MSYS2. My Python installation works (by either calling python3.6 or python3 : $ python3.6 Python 3.6.5 (default, Apr 16 2018, 10:17:38) [GCC 7.3.0 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> Setuptools is installed: $ pip3 install setuptools Requirement already satisfied: setuptools in /usr/lib/python3.6/site-packages (36.4.0) I have tried to install as it suggested in How to install python developer package? . MSYS2 does not have yum so I used pacman : $ pacman -S python-devel error: