Closed lxsteiner closed 1 month ago
Update: seemed like it might have been a channel priority issue. Eventually got it working by also installing jaeger-bio
within an activated environment mamba create -n jaeger-1.1.26_env -c bioconda -c conda-forge -c defaults python=3.9 pip
for whatever reason, rather than mamba create -n jaeger-1.1.26_env -c bioconda -c conda-forge -c defaults python=3.9 pip jaeger-bio
.
Sorry for the confusion!
PS. The pip installation alternative did not work for me, even though the installation gave no errors, and gives a memory error for whatever reason:
$ Jaeger -h
*** Error in `//miniconda3/envs/jaeger-1.1.26_env/bin/python3.9': double free or corruption (!prev): 0x000055d36c073580 ***
Aborted (core dumped)
$ mamba create -n jaeger-1.1.26_env -c conda-forge -c bioconda -c defaults python=3.9 pip
$ pip install jaeger-bio
Thanks for this interesting tool!
Unfortunately ran into some issues with the installation and some Tensorflow error it seems. Could you please take a look and maybe give some feedback what the issue might be?
I get the same error on different machines. I am trying to get it to run with CPU only first and it seems like the CPU version of Tensorflow is being used/installed correctly:
Mamba environment setup:
Here the full output of the environment:
Here the system info:
Thanks!