Skip to content

Install using Conda and pip - pymoab is not included #55

@ysavtchouk-pf

Description

@ysavtchouk-pf

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions