# Change in location of our nightly wheel index

**URL:** https://forum.modular.com/t/change-in-location-of-our-nightly-wheel-index/2583
**Category:** Installation & Packaging
**Created:** [January 7, 2026, 9:11pm UTC](https://forum.modular.com/t/change-in-location-of-our-nightly-wheel-index/2583 "2026-01-07T21:11:46Z")
**Posts on this page:** 2
**Page:** 1

<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: [January 7, 2026, 9:11pm UTC](https://forum.modular.com/t/change-in-location-of-our-nightly-wheel-index/2583/1 "2026-01-07T21:11:46Z")

</div>

For anyone who is using `pip install` or `uv pip install` to get our nightly `mojo` or `max` packages, we recently had to move the location of this index from `dl.modular.com` to `whl.modular.com`. What this means is that if you want to install the `mojo` nightly package you’ll now need to use either

```bash
pip install --pre mojo \
  --extra-index-url https://whl.modular.com/nightly/simple/

```

or

```bash
uv pip install mojo \
  --index https://whl.modular.com/nightly/simple/ \
  --prerelease allow

```

This only impacts installation of the nightly packages, and a `pip install mojo` or `uv pip install mojo` should just work as it did before. Similarly, Pixi or Conda-based installs are unaffected and use the same channel as before. Sorry for the inconvenience, but at least we made the URL to the index a little simpler in the process.

---

<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: [July 6, 2026, 9:11pm UTC](https://forum.modular.com/t/change-in-location-of-our-nightly-wheel-index/2583/2 "2026-07-06T21:11:55Z")

</div>

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