-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problem from conda #163
Comments
Hi, try to have the Biopython to version >= 1.80. Inside your conda environment run |
Thanks for the reply.
|
Now it seems that you are installing mob_suite version 3.0.0 which does not support pandas > 2.0. For mob-suite version 3.0.0 you need pandas 1.0.5. I would recommend using the newest version of mob-suite which is 3.1.8. Install it via conda/mamba and then update to the biopython package to >= 1.80 via pip3 as with conda it will try to solve all dependencies and would then downgrade mob-suite. I am working on new build for version 3.1.8 that would restrict biopython version as a permanent fix for now. Also working on a new release 3.1.9 that would also have this issue fixed |
Hello, It seems that 3.1.8 version could only be install on python 3.12
|
If I make conda env with python 3.12, I get same message when try to install the 3.1.8 mob_suite version. |
Hello, There seems to be an issue with channels as pandas <2 is required and can not be installed. The error message reads: Try to install the latest build 1 in a fresh clean environment by simply running Here is a conda recipe with minimum requirements (in |
I hope it worked for you, we are releasing this week new conda build and perhaps a new version with guaranteed contig ordering independent of input issue #160 and asking for biopython >= 1.80 solving your issue |
Hello,
I have some problems to install MOB Suite using conda:
Here my configuration:
The text was updated successfully, but these errors were encountered: