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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -