question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Help installing via anaconda

See original GitHub issue

I removed the original pytesseract.

conda install pip

git clone https://github.com/madmaze/pytesseract.git

cd pytessseract

pip install .

But the function: output_type=Output.DICT still gives me the Error: “Undefined name Output” All other functions are working just like if I install it from the anaconda cloud. But i need the Output format DICT. Hope somebody can help

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
Pasgrucommented, Feb 20, 2020

OMG, thanks I just forgot that. Thanks a lot.

0reactions
int3lcommented, Feb 20, 2020

I just tested the conda-forge repo and it works without problems. Did you imported the Output class before using it? If not, you need from pytesseract import Output

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation — Anaconda documentation
On Windows, macOS, and Linux, it is best to install Anaconda for the local user, which does not require administrator permissions and is...
Read more >
Installing Anaconda on Windows - Problem Solving with Python
Installing Anaconda on Windows · 1. Visit the Anaconda downloads page · 2. Select Windows · 3. Download · 4. Open and run...
Read more >
How to Install Anaconda on Windows? - GeeksforGeeks
Getting Started: · Getting through the License Agreement: · Select Installation Type: Select Just Me if you want the software to be used...
Read more >
Installing software packages locally with Anaconda
Your feedback is important to us, help us by logging in to rate ... From here, you may install packages using the "conda...
Read more >
How to Install Python Package in Anaconda - Data to Fish
Step-1: Open the Anaconda Prompt · Step-2: Install the Package · Step-3: Verify that the package was installed.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found