I need to install the zbar-library because I need it to use the qrtools-library in Python 2.7 on Windows 10.
When I run pip install zbar
in the windows shell I get the following response:
I already followed this lead but it didn't worked.
Downloading a C/C++ Compiler didn't changed anything. Then I downloaded the linked binary wheel, but then I got on my shell the following response:
How can I install zbar?
Edit: I need to use the qrtools library on a nao robot. I tried to install pip using putty. I tried the way described by Jordan B. (look here)So I downloaded the python file and uploaded it to the robot per File Transfer(Choregraphe). When I call python get-pip.py --user
I get this error:
How can I install zbar and pip on the robot?