awslabs / keras-apache-mxnet

[DEPRECATED] Amazon Deep Learning's Keras with Apache MXNet support
https://github.com/awslabs/keras-apache-mxnet/wiki
Other
289 stars 65 forks source link

disable theano test #259

Closed roywei closed 4 years ago

roywei commented 4 years ago

Disabling theano backend test for now, as it seems not able to import on ubuntu python3.7


import theano
--
1934 | /root/.pyenv/versions/3.7.6/lib/python3.7/site-packages/theano/__init__.py:110: in <module>
1935 | from theano.compile import (
1936 | /root/.pyenv/versions/3.7.6/lib/python3.7/site-packages/theano/compile/__init__.py:12: in <module>
1937 | from theano.compile.mode import *
1938 | /root/.pyenv/versions/3.7.6/lib/python3.7/site-packages/theano/compile/mode.py:11: in <module>
1939 | import theano.gof.vm
1940 | /root/.pyenv/versions/3.7.6/lib/python3.7/site-packages/theano/gof/vm.py:674: in <module>
1941 | from . import lazylinker_c
1942 | /root/.pyenv/versions/3.7.6/lib/python3.7/site-packages/theano/gof/lazylinker_c.py:140: in <module>
1943 | preargs=args)
1944 | /root/.pyenv/versions/3.7.6/lib/python3.7/site-packages/theano/gof/cmodule.py:2396: in compile_str
1945 | (status, compile_stderr.replace('\n', '. ')))
1946 | E   Exception: Compilation failed (return status=1): /usr/bin/ld: /root/.pyenv/versions/3.7.6/lib/libpython3.7m.a(ceval.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC. /usr/bin/ld: final link failed: Bad value. collect2: error: ld returned 1 exit status.