I'm on Windows 10 and I've installed python3-devel through Cygwin package manager (essentially I was following the answer Solution for Cygwin in this thread). But when I wanted to confirm if the module was installed using python3 -m python3-devel --version
, the output was /usr/bin/python3: No module named python3-devel
.
Does anybody know how to fix this issue or what I could do next?