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

Install Calamari #2

Open
Hoekman57 opened this issue Feb 15, 2024 · 0 comments
Open

Install Calamari #2

Hoekman57 opened this issue Feb 15, 2024 · 0 comments

Comments

@Hoekman57
Copy link

I can't get Calamari 2.2.2. working properly through my terminal I did the pip the source and the conda I have anaconda on the pc with Ububtu 20.04 and I also want to use GPU with my NVIDIA 3090 Videocard

I followed the manual but that does not work

virtualenv -p python3 PATH_TO_VENV_DIR # (e.g. virtualenv -p python3 calamari_venv)
source PATH_TO_VENV_DIR/bin/activate
pip install calamari-ocr

To install the package without a virtual environment simply run
Installation from Source

To install the package from its source, download the source code and install it. Optionally (but recommended) install in a virtual env.

git clone https://github.com/calamari-OCR/calamari
cd calamari
python setup.py install

Conda users can alternatively call

conda env create -f environment_master.yml

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