python - Theano + Windows + CUDA, work well using CMD, but encoutered error in eclipse (warning C4819) -
i working ` windows + cuda 6.5 + vs2010 + python2.7 + theano. python scripts works when using command line, say:
python ddi_convnet.py
and results as:
however, when run same python scripts
in eclipse
, lot of errors:
i think due difference of character map of eclipse
, cmd
, because warning c4819
implies lot of .h
files not parsed correctly. how fix it?
i find answer myself. because, installed microsoft c++ python first, , installed vs2010. environment variable of eclipse can updated after restarting windows.
however, after restart windows, problem changes, not warning c4819 more, began report errors "unresolved external ...", due dlls or libs not included correctly eclipse.
finally, decide change ide pycharm. goes far.
Comments
Post a Comment