nickjcroucher / gubbins

Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
http://nickjcroucher.github.io/gubbins/
GNU General Public License v2.0
159 stars 49 forks source link

Conda Gubbins 3.3.3 : Not able to install #395

Closed ajkarloss closed 4 months ago

ajkarloss commented 4 months ago

Thanks a lot for the coda env for 3.3.3.

conda install bioconda::gubbins does not work. Its hanging there for hours and nothing happens. Older versions are good and able to install.

nickjcroucher commented 4 months ago

This seems to be due to numba not being compatible with python >3.10, fixed attempted in #397.

nickjcroucher commented 4 months ago

Should now be fixed in v3.3.4.

ajkarloss commented 4 months ago

Thanks a lot