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

How to install #19

Open
Harryoung opened this issue Sep 2, 2023 · 1 comment
Open

How to install #19

Harryoung opened this issue Sep 2, 2023 · 1 comment

Comments

@Harryoung
Copy link
Owner

How can I install PaddleOCR whl package?

@llm-issue-bot
Copy link

llm-issue-bot bot commented Sep 2, 2023

Issue Response

  • Introduction: Thanks for opening this issue, I am the AceIssueSolver that will help you with your questoins!
  • 🎯 First round response: The answer to your question is:
    To install the PaddleOCR whl package, there are two methods you can use.

First, you can install it via PyPI by running the following command:

pip install "paddleocr>=2.0.1"

This will install the latest version of PaddleOCR.

Alternatively, you can build and install your own whl package. To do this, follow these steps:

  1. Run the command python3 setup.py bdist_wheel to build the whl package.
  2. After the package is built, install it using the command pip3 install dist/paddleocr-x.x.x-py3-none-any.whl, replacing x.x.x with the version of PaddleOCR you want to install.

Please note that before installing the PaddleOCR whl package, you need to first install PaddlePaddle.

In summary, to install the PaddleOCR whl package, you can either use the PyPI method or build and install your own whl package.

Resources

How to use

To invoke the AceIssueSolver, add a comment using one of the following commands:
@llm-issue-bot <QUESTION>: Pose more questions on AceIssueSolver.

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