# IJulia in 1.7 fails on Mac M1: Solved!

**URL:** https://discourse.julialang.org/t/ijulia-in-1-7-fails-on-mac-m1-solved/72370
**Category:** General Usage
**Tags:** package
**Created:** [December 1, 2021, 12:40pm UTC](https://discourse.julialang.org/t/ijulia-in-1-7-fails-on-mac-m1-solved/72370 "2021-12-01T12:40:18Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![giordano](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/giordano/32/2166_2.png) [@giordano](https://discourse.julialang.org/u/giordano)
#### Post date: [December 1, 2021, 1:22pm UTC](https://discourse.julialang.org/t/ijulia-in-1-7-fails-on-mac-m1-solved/72370/2 "2021-12-01T13:22:07Z")

</div>

Try [reading the documentation of `Conda.jl`](https://github.com/JuliaPy/Conda.jl/blob/bc304f8f8dad0cf78fbba151bed61ebe26fe6589/README.md#using-miniforge)

> ## Using Miniforge
> 
> Miniforge is a community based conda installer by `conda-forge`, a part of NumFOCUS.  
> Using miniforge and conda-forge in general avoids using `repo.anaconda.com`  
> maintained by Anaconda, Inc which has terms of conditions that you may want to avoid.  
> `conda-forge` packages are hosted on `anaconda.org`, but Anaconda, Inc has been  
> providing hosting for free under the terms of `conda-forge` which is `BSD-3-Clause`  
> on top of the original license of the software packages. To use miniforge, use  
> the `CONDA_JL_USE_MINIFORGE` environment variable.
> 
> ```jl
> julia> ENV["CONDA_JL_USE_MINIFORGE"] = "1"
> 
> pkg> build Conda
> 
> ```
> 
> Also note that you have to use Miniforge for `aarch64-linux-gnu` and  
> `aarch64-apple-darwin` platforms as Miniconda is not available for those platforms yet.

This is actually the default in the `master` branch of `Conda.jl`, but it didn’t make it to a release yet

---

_[View the full topic](https://discourse.julialang.org/t/ijulia-in-1-7-fails-on-mac-m1-solved/72370)._
