Closed kodragonP closed 1 month ago
Hi @kodragonP,
Thanks for trying out Jaeger and reporting this issue.
I will get back to you with a fix soon!
Hi @kodragonP ,
It's ready now! First, make sure you have Xcode and command line developer tools installed
Then, you will have to follow these steps.
# install build dependencies
brew install autoconf automake libtool
# create a conda environment
conda create -c conda-forge -c apple -c bioconda -c defaults -n jaeger python=3.9 pip
# clone the git repository
git clone https://github.com/Yasas1994/Jaeger.git
# install jaeger
cd Jaeger
pip install .
I will update the PyPi and bioconda versions with these changes, but this will take some time :)
The installation faild at the last step! It seems like that there is something wrong in building autotools.