cdanielmachado / carveme

CarveMe: genome-scale metabolic model reconstruction
Other
147 stars 50 forks source link

"No module named 'future'" #86

Closed Dfraccas closed 4 years ago

Dfraccas commented 4 years ago

Hello, I tried to install carveMe on a server and I got a series of error, mostly due to the versioning that I patched already. I rebooted the server to clear up some of the memory and consolidate some of the packages (didn't had conda at all before), but since then carveMe stopped working the moment I use carveme_init I get the following error

Traceback (most recent call last):
  File "/home/d/dfraccas/.local/bin/carveme_init", line 4, in <module>
    from future import standard_library
ModuleNotFoundError: No module named 'future'

I have no idea of what changed, this started to happen after the reboot and before I downgraded the various packages, but not even unistalling and re-installing CarveMe solved the issue Any help will be much appreciated

Best D

cdanielmachado commented 4 years ago

Did you try pip install future ?

Dfraccas commented 4 years ago

No I didn't. When I tried, it worked like a charm. Thank you very much! Side note: python 3.6 did not work with the version of CPLEX you suggested, I had to downgrade to 3.5 to allow the API installation