How Can I Fix The Problem When Installing Pycairo On Windows?
I'm try install pycairo with pip in windows 10, but the error fired. Previously I was asked to install Microsoft Visual C ++ 14. I did the installation and now this error appeared.
Solution 1:
I had same error. Found .whl on below Link: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycairo
Get the one for your version.
Download from above link and run command similar to below: pip install pycairo-1.18.1-cp37-cp37m-win_amd64.whl
Post a Comment for "How Can I Fix The Problem When Installing Pycairo On Windows?"