-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels