cad_to_dagmc icon indicating copy to clipboard operation
cad_to_dagmc copied to clipboard

Install using Conda and pip - pymoab is not included

Open msavtchouk-pf opened this issue 4 months ago • 3 comments

Hi all! I am trying to follow the installation instructions here: https://pypi.org/project/cad-to-dagmc/

Install using Conda and pip However, when I run a simple script

import cad_to_dagmc

I have the following error:

Traceback (most recent call last): File "/home/marija/main.py", line 1, in import cad_to_dagmc File "/usr/local/bin/conda/envs/env_d/lib/python3.10/site-packages/cad_to_dagmc/init.py", line 16, in from .core import * File "/usr/local/bin/conda/envs/env_d/lib/python3.10/site-packages/cad_to_dagmc/core.py", line 10, in from pymoab import core, types ModuleNotFoundError: No module named 'pymoab'

Have anyone seen it before? Are there extra installation steps needed?

msavtchouk-pf avatar Feb 07 '24 12:02 msavtchouk-pf