cdanielmachado / carveme

CarveMe: genome-scale metabolic model reconstruction
Other
151 stars 52 forks source link

Solver error: pip release not corresponding to latest release #181

Open Robaina opened 1 year ago

Robaina commented 1 year ago

Hey @cdanielmachado,

I have found an error when CPLEX is not used as the default solver (also reported in this closed issue).

It seems due to this single line:

https://github.com/cdanielmachado/carveme/blob/766291005915cc51e8eebb3bd0bfff2dcb03cdc0/carveme/__init__.py#L14

which is commented in the repo, but uncommented in version 1.5.2 in pip (latest). Updating the code in pip would fix this issue.

Thanks!