问题
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:
Go to this website (link)
Download ( imagescanner-0.9.tar.gz (md5) )
Extract the fails
open CMD
write "cd C:\Users\User\Downloads\imagescanner-0.9\"
write "setup.py install"
Wait until the installation complete
Close CMD
now you can use the module ;)
来源:https://stackoverflow.com/questions/34779465/installing-imagescanner-module-in-python3-4-on-windows