Pymc on AWS Sagemaker Studio

Thanks for the suggestion. That’s a new thing to me; I read about, tried to use it. Failed for following reasons:

  • Base Python 3.0 image, used Sagemaker Studio’s button to “Launch Terminal in current Sagemaker Image.”
  • Did install script suggested by Micromamba installation directions (Installation — documentation).
  • Any attempt to install any package (numpy, pandas, pymc) fails with errors:
    “error libmamba No target prefix specified
    critical libmamba Aborting.”

Trying the other image…

  • Data Science 3.0 image, used Sagemaker Studio’s button to “Launch Terminal in current Sagemaker Image.”
  • Did install script suggested by Micromamba installation directions (Installation — documentation).
  • Micromamba won’t even install. Terminal complains, “bash: curl: command not found”