This seems to happen sometimes with c++ compiled python wheels. I believe that there is some conflict between system libstdc++6 and one packaged with miniconda. Installing this conda-forge package appears to fix the issue.
conda install -c conda-forge libstdcxx-ng