Eclipse with pydev cant import theano -
i have installed theano. ipython detects theano, eclipse fails so. have installed pydev & normal python cods using numpy work fine.
i have set theanorc follows:
[cuda] /usr/local/cuda-7.0 [global] floatx = float32 device = gpu0 [nvcc] fastmath = true
what settings have allow pydev detect theano?
after installing theano when restarted eclipse, automatically displayed popup asking permission add theano pythonpath. have installed theano , eclipse in both windows , linux pc , both working fine.
my steps follows:
- install anaconda (python distribution continuum analytics)
- setup eclipse use (link)
in terminal (cmd windows) execute following 2 commands:
a) pip install theano
b) conda install pydot-ng
- start/restart eclipse , automatically dispay popup asking permission add theano pythonpath.
Comments
Post a Comment