sksharma7

Results 2 comments of sksharma7

> Hey @Haridut, In order to solve this problem, you will have to keep 2 points under consideration. > > 1. This package will not work under **"$ Base"** environment....

Finally what worked for me : on conda prompt activate the environment using `conda activate envname` then I ran this as per documentation https://mc-stan.org/cmdstanpy/installation.html `conda install -c conda-forge cmdstanpy` and...