简体   繁体   English

在Windows上的Python3.4中安装imagescanner模块

[英]Installing imagescanner module in Python3.4 on Windows

I want to use imagescanner module . 我想使用imagescanner模块。 I work with Python 3.4 . 我使用Python 3.4。 When I try this command in cmd : pip install imagescanner , I have got a message as you see in the picture : 当我在cmd: pip install imagescanner尝试此命令时,我收到一条消息,如图所示:

在此处输入图片说明

so what is the problem? 那是什么问题呢?

  1. Go to this website ( link ) 转到此网站( 链接

  2. Download ( imagescanner-0.9.tar.gz (md5) ) 下载(imagescanner-0.9.tar.gz(md5))

  3. Extract the fails 提取失败

  4. open CMD 打开CMD

  5. write "cd C:\\Users\\User\\Downloads\\imagescanner-0.9\\" 写“ cd C:\\ Users \\ User \\ Downloads \\ imagescanner-0.9 \\”

  6. write "setup.py install" 写“ setup.py安装”

  7. Wait until the installation complete 等待安装完成

  8. Close CMD 关闭CMD

  9. now you can use the module ;) 现在您可以使用模块了;)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM