nouraali Posted April 28, 2018 Posted April 28, 2018 (edited) hi i want to run python script that requires the following libraries -opencv, -pytesseract, -tesseract-ocr.i read something that tells to include them in the PYTHONPATH, but i don't know how. I would appreciate your help for further clarification Edited April 28, 2018 by nouraali
Krydos Posted April 29, 2018 Posted April 29, 2018 What version of python are you using, and what server are you on?
nouraali Posted April 29, 2018 Author Posted April 29, 2018 What version of python are you using, and what server are you on?python 2.6.6[GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]server Johnny
Krydos Posted April 29, 2018 Posted April 29, 2018 Python 2.6.6 is too old to install new modules. I recommend you use 2.7 or 3.6. Let me know which one you choose to go with. 1
nouraali Posted April 30, 2018 Author Posted April 30, 2018 (edited) . Edited April 30, 2018 by nouraali
nouraali Posted April 30, 2018 Author Posted April 30, 2018 (edited) . Edited April 30, 2018 by nouraali
nouraali Posted April 30, 2018 Author Posted April 30, 2018 Python 2.6.6 is too old to install new modules. I recommend you use 2.7 or 3.6. Let me know which one you choose to go with.python 2.7 libraries needed:-PILpytesseractopencv2matplotnumpyos software needed:-tesseract ocr (used by the wrapper pytesseract)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now