-->

Installing imagescanner module in Python3.4 on Win

2019-08-15 21:20发布

问题:

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 ;)