Anaconda installation with 2017.2.0

Hi,

I am trying to build the fenics using 2017.2.0 using conda, however the building is not successful:

conda create -n fenicstest -c conda-forge fenics=2017.2.0=np113py36_3

Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort. failed

PackagesNotFoundError: The following packages are not available from current channels:

    • gcc=4.8*

Current channels:

To search for alternate channels that may provide the conda package you’re
looking for, navigate to

and use the search bar at the top of the page.

I have some old cpp code originally can be compiled and run by instant, but new fenics is using pybind11, I wonder the what is the transition difficulty?

Yuxiang

hi , please did you fix the problem ? I have the same problem :frowning: