Install freetype library under anconda3.7+python3.6

Install freetype library under python3.6 version in anconda environment:

In the previous installation of the library, it was basically switched directly to the python3.6 environment and directly pip install XXX, while installing freetype directly pip install freetype cannot

 

After asking Baidu, I found out: It should be pip install freetype-py . Note that py must be added.

 

Then go to https://github.com/ubawurinna/freetype-windows-binaries/tree/master/win64 to download the .dll and .lib files into your ..\Anaconda3\Library\bin folder (that is, add to the environment Variables) (I did not add them if there were some in my environment)

 

You can pay attention to the official account of my friend and me~~~ Here are some python technical information that my friend and I update from time to time! ! You can also leave a message to discuss technical issues. I hope you can support and pay attention to it. Thank you~~

Guess you like

Origin blog.csdn.net/weixin_39121325/article/details/86135410