for some reason I want to install gmpy2 on my python(version 3.6.0), I tried it on pycharm.
and it gives me an error message like below:
(i have already installed pip), anyone help me out? thx!
Usually this sort of problem (missing header files) is related to not installing the base code package that the python code is wrapping. I don't know gmp, but I would try the suggestion here: