I am trying to use OCR features of Vision API from Python Standard Environment. I installed using pip into the lib directory.
It does not work and fails with this error message. I see few discussions related to this in the github->issues. I am wondering what would be the recommended way to do this today.
Here is the error message I receive:
File "/base/data/home/runtimes/python27_experiment/python27_dist/lib/python2.7/multiprocessing/util.py", line 41, in <module>
from subprocess import _args_from_interpreter_flags
ImportError: cannot import name _args_from_interpreter_flags