tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
233 stars 17 forks source link

Manjaro install #312

Closed lucasemmoreira closed 4 years ago

lucasemmoreira commented 4 years ago

I am having some trouble to install symfit in my computer. I used this library when I was on ubuntu my now I cannot install in the Manjaro distribution. Could anyone help me?

Here is the output error that I get: https://gist.github.com/lucasemmoreira/81064f62b9183eca677a1dc67bd33911

My versions: Python 3.8.5 pip 20.1.1 from /usr/lib/python3.8/site-packages/pip (python 3.8) Manjaro 20

I appreciate any help

pckroon commented 4 years ago

Symfit requires Scipy. For Ubuntu precompiled wheels are available, but apparently not for Manjaro. You'll need to install all it's requirements (BLAS and LAPACK dev packages, and python-dev most notably), probably from your package manager, and take it from there. See also: https://github.com/scipy/scipy/blob/master/INSTALL.rst.txt#prerequisites

Closing as this is not a symfit issue.