[Original] win7 / 64-bit system + python3.7.2 resolution failure of the mounted wordcloud library - a method of baffling

The current environment:

win7 / 64-bit systems

python3.7.2

pip-19.2.1

Use pip install error wordcould installation prompts:

Try Method ①: Consider replacing other installation source

Suggesting no change, still did not find prompts distributions

----------- forcibly insert the dividing line -------------------

(Updated wave: suddenly found the original pip install worldcloud is the name of the knock on the wrong ah, maybe then can be installed directly on the ah Orz manual funny)

(The latter method worldcloud is no knock on the wrong whl to download files directly dragged into the cmd window, does appear is not a supported wheel on this platform error, solved by changing the file name manually funny Orz)

----------- forcibly insert the dividing line -------------------

Try Method ②:

Go https://www.lfd.uci.edu/~gohlke/pythonlibs/#wordcloud

Download word cloud Unzip the package is installed, and then locate the downloaded path. Note that ------ To download the required version.

I follow the corresponding python version download

Whl for downloaded files using the command pip install wordcloud-1.5.0-cp37-cp37m-win_amd64.whl

提示:is not a supported wheel on this platform

reference:

https://www.jb51.net/article/133475.htm

with

https://www.jianshu.com/p/dd8b4869d4fb

After considering ways to modify the file name whl

Try Method ③:

The file-1.5.0-CP37-wordcloud cp37m- win_amd64 .whl file name

Amended as wordcloud-1.5.0-cp37-cp37m-win32.whl

Continue to use pip install wordcloud-1.5.0-cp37-cp37m-win32.whl

Run successfully , pip automatically find the installed numpy, pillow and worldcloud

Next I do not understand why this may be true only for your reference!

Guess you like

Origin www.cnblogs.com/tctxc/p/11275986.html