Python does not recognize this code:
from mar import MAR
"ModuleNotFoundError: No module named 'mar'"
The following does not return any relevant packages:
conda install -y mar
I am running the code on a MacOS with Python 3.6.5 and conda 4.5.11. Could this be a version issue?
Python does not recognize this code:
from mar import MAR
"ModuleNotFoundError: No module named 'mar'"
The following does not return any relevant packages:
conda install -y mar
I am running the code on a MacOS with Python 3.6.5 and conda 4.5.11. Could this be a version issue?