Problem :
I am trying to install theano with the help of following command:
conda install theano
on my Ubuntu 16.04. But facing following import problems.
import theano Traceback (most recent call last):
File"/home/milenko/miniconda3/lib/python3.6/configparser.py", line 2138, in _unify_values
sectiondict = self._sections[section]
KeyError: 'blas'
File "/home/milenko/miniconda3/lib/python3.6/site-packages/theano/configdefaults.py", line 3152, in check_mkl_openmp
raise RuntimeError('To use MKL 2018 with Theano you MUST set "MKL_THREADING_LAYER=GNU" in your environement.')
RuntimeError: To use MKL 2018 with Theano you MUST set "MKL_THREADING_LAYER=GNU" in your environement.
How to resolve this issue? Any clues?