-
Notifications
You must be signed in to change notification settings - Fork 136
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
Code incompatibility problem #638
Comments
Hi,
I've pushed a rough fix that should make it work again but as a note,
everything related to the old bounding box segmenter and especially that
horrible ancient transcription interface is decidedly obsolete. It is
just still there because I forgot it still exists so it didn't get
removed with the 5.0 release.
|
Hello, Unfortunately, trying to build a conda environment using environment.yml file in
still leads to an endless 'Solving environments' problem. Also as before, when I build a simple conda environment with python 3.10 or 3.11, install kraken within it, and then try the ketos command
|
On 24/09/16 04:54AM, Matthew Ong wrote:
Unfortunately, trying to build a conda environment using environment.yml file in
```
conda env create -f environment.yml
```
still leads to an endless 'Solving environments' problem.
Update your conda installation. Recent versions are much faster at
resolving. Or use mamba.
Also as before, when I build a simple conda environment with python 3.10 or 3.11, install kraken within it, and then try the ketos command ```ketos transcribe --prefill model_filename -o html_filename.html image1.png```, I get the same error again:
You need to install from the main branch.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been having trouble building the conda environment specified by
environment.yml
within a virtual python environment (venv) for python 3.12.3. When I runin that environment, it gets stuck on 'Solving environment'.
I am using
environment.yml
because I am trying to fine-tine the OCR models in the CuReD repository (https://github.com/DigitalPasts/CuReD) and this is what their instructions recommend. Trying to set up kraken other ways such as simply using pip or conda without the yml file lead to version incompatibilities when using kraken or ketos.The text was updated successfully, but these errors were encountered: