# Installing older modular/mojo versions via pixi

**URL:** https://forum.modular.com/t/installing-older-modular-mojo-versions-via-pixi/2264
**Category:** Installation & Packaging
**Created:** [September 13, 2025, 12:55pm UTC](https://forum.modular.com/t/installing-older-modular-mojo-versions-via-pixi/2264 "2025-09-13T12:55:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![thomad](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@thomad](https://forum.modular.com/u/thomad)
#### Post date: [September 13, 2025, 12:55pm UTC](https://forum.modular.com/t/installing-older-modular-mojo-versions-via-pixi/2264/1 "2025-09-13T12:55:04Z")

</div>

Currently the newest stable release version is 25.5 and installing that via pixi works.

```bash
$ pixi add "mojo=25.5"
✔ Added mojo=25.5

```

But trying to add 25.4 fails.

```bash
$ pixi add "mojo=25.4"
Error: × failed to solve the conda requirements of 'default' 'linux-64'
  ╰─▶ Cannot solve the request because of: No candidates were found for mojo 25.4.*.

```

I use pixi 0.46.0.

---

<div class="post-metadata">

### Author: ![BradLarson](https://sea1.discourse-cdn.com/flex001/user_avatar/forum.modular.com/bradlarson/32/62_2.png) [@BradLarson](https://forum.modular.com/u/BradLarson)
#### Post date: [September 13, 2025, 6:15pm UTC](https://forum.modular.com/t/installing-older-modular-mojo-versions-via-pixi/2264/2 "2025-09-13T18:15:35Z")

</div>

You’ll need to use `max` for versions older than 25.5. We only first created a dedicated `mojo` Conda package in 25.5, so older versions of Mojo were only available as part of the greater `max` package.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex001/uploads/modular/original/1X/2751e0fbdc595a99718b216730957e9db4448cfd.jpeg) [@system](https://forum.modular.com/u/system)
#### Post date: [September 20, 2025, 6:16pm UTC](https://forum.modular.com/t/installing-older-modular-mojo-versions-via-pixi/2264/3 "2025-09-20T18:16:23Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
