You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: