I'm trying to get a program called BEAST on my local Ubuntu using Anaconda but get this message:
Package libgcc-ng conflicts for:
beast2 -> beagle-lib -> libgcc-ng[version='>=4.9|>=7.3.0|>=7.2.0']
python=3.7 -> libgcc-ng[version='>=7.2.0|>=7.3.0']
I thought I had Anaconda to be rid of package conflicts
What does this conflict mean?
Seems like two programs are prioritizing a package version differently, so what? Can't these two programs continue with their lives with different priorities?
And by the way: how would I solve this?
Edit:
conda create -n test python=3.7 beast2
gives me this:
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Package libffi conflicts for:
python=3.7 -> libffi[version='>=3.2.1,<3.3a0|>=3.3,<3.4.0a0']
beast2 -> gettext[version='>=0.19.8.1,<1.0a0'] -> libffi[version='>=3.2.1,<3.3a0']