全网最全的Windows下Anaconda2 / Anaconda3里正确下载安装用来向微信好友发送消息的itchat库(图文详解)

 

    不多说,直接上干货!

 Anaconda2 里

 

 

  

 

 

PS C:Anaconda2Scripts>
PS C:Anaconda2Scripts> pip.exe install itchat
Requirement already satisfied: itchat in c:anaconda3libsite-packages (1.3.10)
Requirement already satisfied: requests in c:anaconda3libsite-packages (from itchat) (2.14.2)
Requirement already satisfied: pyqrcode in c:anaconda3libsite-packages (from itchat) (1.2.1)
Requirement already satisfied: pypng in c:anaconda3libsite-packages (from itchat) (0.0.18)
PS C:Anaconda2Scripts>

 

 

 

 

 

 

 

Anaconda3里 

 

PS C:Anaconda3Scripts>
PS C:Anaconda3Scripts> pip3.exe install itchat
Collecting itchat
  Could not find a version that satisfies the requirement itchat (from versions: )
No matching distribution found for itchat
PS C:Anaconda3Scripts> pip3.exe install itchat
Collecting itchat
  Downloading https://files.pythonhosted.org/packages/57/99/20dde4bee645453d1453ae3757b49f24a5fd179ce6e391cf2542cfeac61c/itchat-1.3.10-py2.py3-none-any.whl
Collecting pypng (from itchat)
  Downloading https://files.pythonhosted.org/packages/2f/b1/c8dfcf50feb12a30be7d95c5f45d638704682487d8e50419ef41463febcd/pypng-0.0.18.tar.gz (377kB)
    100% |████████████████████████████████| 378kB 785kB/s
Collecting pyqrcode (from itchat)
  Downloading https://files.pythonhosted.org/packages/37/61/f07226075c347897937d4086ef8e55f0a62ae535e28069884ac68d979316/PyQRCode-1.2.1.tar.gz
Requirement already satisfied: requests in c:anaconda3libsite-packages (from itchat) (2.14.2)
Building wheels for collected packages: pypng, pyqrcode
  Running setup.py bdist_wheel for pypng ... done
  Stored in directory: C:UserslenovoAppDataLocalpipCachewheelsed306c21dd4d267f47ea09fb57881b30fe16f7231b71bd26dea38afc
  Running setup.py bdist_wheel for pyqrcode ... done
  Stored in directory: C:UserslenovoAppDataLocalpipCachewheels54612fa4f51b09473db5737db0f654ed10eb9a4ee01f83a7412de349
Successfully built pypng pyqrcode
Installing collected packages: pypng, pyqrcode, itchat
Successfully installed itchat-1.3.10 pypng-0.0.18 pyqrcode-1.2.1
PS C:Anaconda3Scripts>

   这是因为,我Anaconda2那边安装,会在这边对应自动生成。

    

  如果,中间安装的过程中,出现

全网最详细的用pip安装****模块报错:Could not find a version that satisfies the requirement ****(from version:) No matching distribution found for ****的解决办法(图文详解)

  则解决好就是了,这个很简单的。

欢迎大家,加入我的微信公众号:大数据躺过的坑        人工智能躺过的坑
 
 
 

同时,大家可以关注我的个人博客

   http://www.cnblogs.com/zlslch/   和     http://www.cnblogs.com/lchzls/      http://www.cnblogs.com/sunnyDream/   

   详情请见:http://www.cnblogs.com/zlslch/p/7473861.html

  人生苦短,我愿分享。本公众号将秉持活到老学到老学习无休止的交流分享开源精神,汇聚于互联网和个人学习工作的精华干货知识,一切来于互联网,反馈回互联网。
  目前研究领域:大数据、机器学习、深度学习、人工智能、数据挖掘、数据分析。 语言涉及:Java、Scala、Python、Shell、Linux等 。同时还涉及平常所使用的手机、电脑和互联网上的使用技巧、问题和实用软件。 只要你一直关注和呆在群里,每天必须有收获

      对应本平台的讨论和答疑QQ群:大数据和人工智能躺过的坑(总群)(161156071) 

 

原文地址:https://www.cnblogs.com/zlslch/p/9261638.html