Open
Description
How to reproduce the issue:
- Run:
docker run -it ghcr.io/fusion-energy/fusion-neutronics-workflow
using the latest tag
- Navigate to the examples folder:
cd examples/example_01_single_volume_cell_tally/
- Run
python 1_create_cad_and_convert_to_dagmc.py
This produces:
Traceback (most recent call last):
File "1_create_cad_and_convert_to_dagmc.py", line 4, in <module>
import paramak
File "/opt/conda/lib/python3.8/site-packages/paramak/__init__.py", line 14, in <module>
from .shape import Shape
File "/opt/conda/lib/python3.8/site-packages/paramak/shape.py", line 10, in <module>
import cadquery as cq
File "/opt/conda/lib/python3.8/site-packages/cadquery/__init__.py", line 14, in <module>
from .occ_impl import exporters
File "/opt/conda/lib/python3.8/site-packages/cadquery/occ_impl/exporters/__init__.py", line 10, in <module>
from ...cq import Workplane
File "/opt/conda/lib/python3.8/site-packages/cadquery/cq.py", line 54, in <module>
from .selectors import (
File "/opt/conda/lib/python3.8/site-packages/cadquery/selectors.py", line 23, in <module>
from pyparsing import (
ImportError: cannot import name 'upcaseTokens' from 'pyparsing' (/opt/conda/lib/python3.8/site-packages/pyparsing/__init__.py)