# DAGMC Universes are present but OpenMC was not configured with DAGMC

**URL:** https://openmc.discourse.group/t/dagmc-universes-are-present-but-openmc-was-not-configured-with-dagmc/3878
**Category:** User Support
**Created:** [January 30, 2024, 5:20am UTC](https://openmc.discourse.group/t/dagmc-universes-are-present-but-openmc-was-not-configured-with-dagmc/3878 "2024-01-30T05:20:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Rajin000](https://avatars.discourse-cdn.com/v4/letter/r/dfb087/32.png) [@Rajin000](https://openmc.discourse.group/u/Rajin000)
#### Post date: [January 30, 2024, 5:20am UTC](https://openmc.discourse.group/t/dagmc-universes-are-present-but-openmc-was-not-configured-with-dagmc/3878/1 "2024-01-30T05:20:37Z")

</div>

I have downloaded openmc via anaconda but it was  
shown that dagmc universe is not present,so i dowloaded dagmc in anaconda package . But I am not able to configure openmc with dagmc , so what to do now? should I again install openmc from source? TIA

---

<div class="post-metadata">

### Author: ![Shimwell](https://yyz2.discourse-cdn.com/free1/user_avatar/openmc.discourse.group/shimwell/32/3876_2.png) [@Shimwell](https://openmc.discourse.group/u/Shimwell)
#### Post date: [January 30, 2024, 7:47am UTC](https://openmc.discourse.group/t/dagmc-universes-are-present-but-openmc-was-not-configured-with-dagmc/3878/2 "2024-01-30T07:47:58Z")

</div>

There are different flavours of openmc 0.14 distributed via conda.

Some contain dagmc while others don’t

To help conda know that you want one with dagmc you can add some details to the conda or mamba install command line.

mamba install -y -c conda-forge “openmc=0.14.0=dagmc\*”

conda install -y -c conda-forge “openmc=0.14.0=dagmc\*”

I would also recommend doing this in a new environment to minimise potentially conflicts

---

<div class="post-metadata">

### Author: ![Rajin000](https://avatars.discourse-cdn.com/v4/letter/r/dfb087/32.png) [@Rajin000](https://openmc.discourse.group/u/Rajin000)
#### Post date: [January 30, 2024, 1:08pm UTC](https://openmc.discourse.group/t/dagmc-universes-are-present-but-openmc-was-not-configured-with-dagmc/3878/3 "2024-01-30T13:08:41Z")

</div>

Thanks for replying, but it is now showing “The following package could not be installed  
└─ openmc 0.14.0 dagmc\* does not exist (perhaps a typo or a missing channel).”,when i give  
input in the command line"mamba install -y -c conda-forge “openmc=0.14.0=dagmc\*”,basically my problem is like I cannot connect openmc with the present dagamc, when i had checked openmc version it is said that dagmc support,png support is disabled.
