Hello,
I have tried to install perceval and quandelibc by using the command "pip install perceval-quandela "(in an environment with python 3.8).
I precise that I have installed cmake using sudo apt install cmake.
I am using Ubuntu 20.04.
The command line interface returns the following :
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'quandelibc']' returned non-zero exit status 2.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for quandelibc
Running setup.py clean for quandelibc
Failed to build quandelibc
Installing collected packages: quandelibc, mpmath, sympy, pillow, numpy, kiwisolver, fonttools, cycler, scipy, matplotlib, perceval-quandela
Running setup.py install for quandelibc ... error
error: subprocess-exited-with-error
Ă— Running setup.py install for quandelibc did not run successfully.
│ exit code: 1
╰─> [114 lines of output]
/home/hector/Documents/qoptique/venv/lib/python3.8/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
warnings.warn(
running install
/home/hector/Documents/qoptique/venv/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
How can I fix this issue ?
Thanks for your response.