Installing imagescanner module in Python3.4 on Windows

一曲冷凌霜 提交于 2019-12-13 19:34:36

问题


I want to use imagescanner module . I work with Python 3.4 . When I try this command in cmd : pip install imagescanner, I have got a message as you see in the picture :

so what is the problem?


回答1:


  1. Go to this website (link)

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

  3. Extract the fails

  4. open CMD

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

  6. write "setup.py install"

  7. Wait until the installation complete

  8. Close CMD

  9. now you can use the module ;)



来源:https://stackoverflow.com/questions/34779465/installing-imagescanner-module-in-python3-4-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!