I try to install twain x64 Windows.I use Python 3.4 .I followed this steps . I downloaded this link in zip file . When I try to command in cmd python setup.py install
gave an error : no module named numpy
. I researched and installed numpy . Then I command in cmd python setup.py install
gave an error :
raise ValueError(str(list(result.keys())))
ValueError: ['path']
There always got an error , do you think is twain module runs in my machine because it says 32 bits operatins system only but I think it can runs in x64, so what is the next step to I can solve this problem ?