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:

  1. install anaconda (python distribution continuum analytics)
  2. setup eclipse use (link)
  3. in terminal (cmd windows) execute following 2 commands:

    a) pip install theano

    b) conda install pydot-ng

  4. start/restart eclipse , automatically dispay popup asking permission add theano pythonpath.

Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -