FEniCS/basix

Issue with ufl

Closed this issue · 1 comments

Hi Installed fenics-basix==0.7.0.dev0 with the provided instructions.

When I import ufl from basix using from basix import ufl, I receive the following error:

``
Traceback (most recent call last):
File "", line 1, in
File "/home/xxxxx/miniconda3/envs/dolfinx/lib/python3.10/site-packages/basix/init.py", line 7, in
from ._basixcpp import version

ImportError: /home/xxxxx/miniconda3/envs/dolfinx/lib/python3.10/site-packages/basix/_basixcpp.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN5basix4cell19sub_entity_geometryIdEESt4pairISt6vectorIT_SaIS4_EESt5arrayImLm2EEENS0_4typeEii
``
Could you help me overcome this issue?

A missing symbol, i.e. a function used in the python wrapper which does not exist in the library.
Usually fixed by reinstalling everything.
If not try https://fenicsproject.discourse.group/ for help.