During python development, I encountered the problem that the installation of third-party libraries could not be installed

1. Sometimes you will find that pip install xxxx cannot be used, then try python -m pip install xxx;

2. If pip install PIL cannot be installed, try pip install pillow;

3. If pip install xml cannot be installed, try pip install lxml;

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325301295&siteId=291194637