when I use following ways to update ,there is some problem, system told me "missing header for unified diff at line 1 of patch
cd theano/scan_module/
cython scan_perform.pyx
patch scan_perform.c numpy_api_changes.diff
by the way, the reason I want to update is that when I used theano in windows anaconda environment, system told me "UserWarning: The file scan_perform.c is not available. This donot happen normally." I find the above method at:https://github.com/Theano/Theano/blob/master/theano/scan_module/scan_perform_ext.py then use following ways install patch command
conda install patch
how to solve this problem?