AI-Feynman icon indicating copy to clipboard operation
AI-Feynman copied to clipboard

Ubuntu recommendation

Open marcoshaw opened this issue 2 years ago • 3 comments

I tried on Ubuntu Linux Desktop 21 and 22, but installing the aifeynman library fails to build on both (doesn't complete pip install aifeynman). Ubuntu 22 seems to spit out less errors, and I did try to google for 5 minutes without much luck.

What are others using successfully for Linux?

marcoshaw avatar Jun 02 '22 00:06 marcoshaw

I also have the same problem with installation on Ubuntu 22.04.

vnikoofard avatar Jun 02 '22 23:06 vnikoofard

I tried on Ubuntu Linux Server 20, but also failed. I see an error in this version I hadn't noticed before: "...has Fortran sources but no Fortran compiler found...". Now to figure that out... Hopefully GNU Fortran v9 does the trick... https://www.osradar.com/install-gnu-fortran-on-ubuntu-20-04-18-04/

marcoshaw avatar Jun 06 '22 00:06 marcoshaw

Hi, I tried it on Rocky Linux it pip installation works. I've can manually compile these files using gfortran.

yy1920 avatar May 20 '23 13:05 yy1920