# Unable to install Mamba

**URL:** https://discourse.julialang.org/t/unable-to-install-mamba/118612
**Category:** New to Julia
**Tags:** bayesian-inference, mamba
**Created:** [August 26, 2024, 8:43am UTC](https://discourse.julialang.org/t/unable-to-install-mamba/118612 "2024-08-26T08:43:26Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [August 26, 2024, 8:56am UTC](https://discourse.julialang.org/t/unable-to-install-mamba/118612/2 "2024-08-26T08:56:30Z")

</div>

Can you share the output of:

```julia
using Pkg
Pkg.status()

```

Does it work if you create a new project:

```julia
mkdir test
cd test
julia --project="."

```

and then in Julia

```julia
using Pkg
pkg"add Mamba"

```

?

---

_[View the full topic](https://discourse.julialang.org/t/unable-to-install-mamba/118612)._
