Hi,
I recently installed metaDMG using Conda, and this error continues to pop up whenever I run metaDMG compute:
The 'fit' extras has to be installed: pip install "metaDMG[fit]"
Aborted.
Since I used the option "metaDMG[all]" during installation, this is definitely not literally the real error. As is expected, when running pip install "metaDMG[fit]", I'm noticed that all requirements were already satisfied.
Has anyone else encountered the same issue? Thanks a lot if there's any solution.
Hi,
I recently installed metaDMG using Conda, and this error continues to pop up whenever I run metaDMG compute:
Since I used the option "metaDMG[all]" during installation, this is definitely not literally the real error. As is expected, when running
pip install "metaDMG[fit]", I'm noticed that all requirements were already satisfied.Has anyone else encountered the same issue? Thanks a lot if there's any solution.