For some reason, I can't install any packages with my current setup. I have conda version 3.7 and python 3.4. I've tried the following:
conda install -c conda-forge rdkit
conda install -c rdkit rdkit
conda install -c conda-forge plotnine
and in all three cases I just get "Unsatisfiable package specifications."
and the hint it generates is "rdkit has a conflict with the remaining packages."
or "plotnine has a conflict with the remaining packages."
Can anyone point me in the right direction to solve this?