FEniCS/basix

pip installation broken

Closed this issue · 1 comments

Hi,

I'm trying to install basix in a clean virtual environment from pypi, but the installation fails. I'm using Debian Trixie.

To reproduce:

pipenv shell
pip install fenics-basix

Here the error log.

Ok, reading the rest of the issues, I think it may be exactly the same as in #678.

Which is the preferred solution?

changing:

pip install fenics-basix

to

pip install git+https://github.com/FEniCS/basix.git

??

This was fixed in #674. We'll make a new release shortly.