Proteusiq / hadithi

🧪 Data Science | ⚒️ MLOps | ⚙️ DataOps : Talks about 🦄
15 stars 1 forks source link

Install PyMC #41

Closed Proteusiq closed 1 month ago

Proteusiq commented 1 year ago
pyenv install miniforge
pyenv local miniforge
pyenv shell miniforge
conda install mamba -y
mamba install -c conda-forge "pymc>=5" blackjax ipython
Proteusiq commented 1 month ago

Better way is to use pixi. It is the cargo for conda packaging