Installation problem on Ubuntu Linux

Hello, I’m trying to install perceval but I have 2 errors :

ERROR: Failed building wheel for quandelibc

error: [Errno 2] No such file or directory: ‘cmake’

Can you help me please ?
I’m using Ubuntu 20.04

Hello DockyDroid,

Welcome to the Perceval forum !

It looks like you’re missing the cmake tool.
On ubuntu and debian based linux distribution, you can install it with

sudo apt install cmake

the quandelibc packages has to compile in your environment to suit your version of python, and for this we’re using cmake

1 Like