Hi,
I've been unable to install sfepy 2017.1 using conda-forge in the python 3.6 environment.
 
The error was:

"UnsatisfiableError: The following specifications were found to be in conflict:
  - python 3.6*
  - sfepy 2017.1* -> python 2.7*
Use "conda info <package>" to see the dependencies for each package."

After using conda info sfepy this is what I've got:

"sfepy 2017.1 np111py35_0
------------------------
file name   : sfepy-2017.1-np111py35_0.tar.bz2
name        : sfepy
version     : 2017.1
build string: np111py35_0
build number: 0
channel     : conda-forge
size        : 7.3 MB
arch        : x86_64
has_prefix  : True
license     : BSD-3-Clause
md5         : b38a92b0ecdf0ead6b390cd984e00de1
noarch      : None
platform    : linux
requires    : ()
subdir      : linux-64
url         : https://conda.anaconda.org/conda-forge/linux-64/sfepy-2017.1-np111py35_0.tar.bz2
dependencies:
    matplotlib
    mpi4py
    numpy 1.11*
    pyparsing
    pytables
    python 3.5*
    scipy
    sympy"

What am I missing in order to install sfepy 2007.1 in python 3.6?
Thanks,
woiski