I have the following:
- Python 2.7.5
- RHEL 7.3 with FIPS enabled
- Lasagne (0.2.dev1)
- Theano (0.9.0)
I installed Theano and Lasange with pip without issue, but when I import lasange I receive an error related to FIPS:
$: python
Python 2.7.5 (default, Aug 2 2016, 04:20:16)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import lasagne
ERROR (theano.sandbox.cuda): Failed to compile cuda_ndarray.cu: error:060800A3:digital envelope routines:EVP_DigestInit_ex:disabled for fips
Is there some workaround known or available? Unfortunately I have to have FIPS enabled.
I'm just starting out with Theano and Lasagne so I apologize if I need additional help to troubleshoot.