Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find Tesseract via ldconfig, confirm it is installed #25

Open
XXN opened this issue Jun 21, 2018 · 0 comments
Open

Cannot find Tesseract via ldconfig, confirm it is installed #25

XXN opened this issue Jun 21, 2018 · 0 comments

Comments

@XXN
Copy link

XXN commented Jun 21, 2018

Installed tesseract:
C:\Python34\Scripts>pip install tesseract
Collecting tesseract
Downloading https://files.pythonhosted.org/packages/8d/b7/c4fae9af5842f69d9c45bf1195a94aec090628535c102894552a7a7dbe6c/tesseract
-0.1.3.tar.gz (45.6MB)
100% |################################| 45.6MB 79kB/s
Installing collected packages: tesseract
Running setup.py install for tesseract ... done
Successfully installed tesseract-0.1.3

Then, trying to install tesserwrap I get this error:

C:\Python34\Scripts>pip install tesserwrap
Collecting tesserwrap
Downloading https://files.pythonhosted.org/packages/04/92/4c2134fc465d576c05d4426bc2f1ba7871652d78d3d913bec0bffe0afe8b/tesserwra
p-0.1.6.tar.gz
Complete output from command python setup.py egg_info:
'ld' is not recognized as an internal or external command,
operable program or batch file.
'ld' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\XXN\AppData\Local\Temp\pip-install-ep4an8qi\tesserwrap\setup.py", line 45, in
extra_lib_paths)
File "C:\Users\XXN\AppData\Local\Temp\pip-install-ep4an8qi\tesserwrap\setup.py", line 30, in find_closest_libname
"Cannot find Tesseract via ldconfig, confirm it is installed.")
Exception: Cannot find Tesseract via ldconfig, confirm it is installed.

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\XXN\AppData\Local\Temp\pip-install-ep4an8qi\tesserwrap\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant