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 Quote
Krydos Posted April 29, 2018 Posted April 29, 2018 What version of python are you using, and what server are you on? Quote
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 Quote
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 Quote
nouraali Posted April 30, 2018 Author Posted April 30, 2018 (edited) . Edited April 30, 2018 by nouraali Quote
nouraali Posted April 30, 2018 Author Posted April 30, 2018 (edited) . Edited April 30, 2018 by nouraali Quote
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) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.