When I tried to build the FEniCS in Ubuntu 16.04 from source, I followed the step as follows as shown in the official site:
However, the cd ffc && pip3 install . command give me an error like
" Could not find a version that satisfies the requirement fenics-fiat<2018.2,>=2018.1.0.dev0 (from fenics-ffc===2018.1.0.dev0) (from versions: 2017.1.0.post1, 2017.2.0)
No matching distribution found for fenics-fiat<2018.2,>=2018.1.0.dev0 (from fenics-ffc===2018.1.0.dev0)"
However, "fenics_fiat-2018.1.0.dev0.egg-info" already exists in the path of the python (~/.local/lib/python3.5/site-packages).
Could any friends help me figure out why it went wrong? I am using pip 8.1.1 in python 3.5.
cd fiat && pip3 install .
cd instant && pip3 install .
cd dijitso && pip3 install .
cd ufl && pip3 install .
cd ffc && pip3 install .
cd dolfin && mkdir build && cd build && cmake .. && make install
cd mshr && mkdir build && cd build && cmake .. && make install