My apologies for the multiple email. I have verified that version 0.9.0.dev2 is installed on my server (Windows) and now I am getting the first error again? I should also note that I am accessing Theano through keras. Thanks you.
WARNING (theano.gof.cmodule): OPTIMIZATION WARNING: Theano was not able to find the g++ parameters that tune the compilation to your specific CPU. This can slow down the execution of Theano functions. Please submit the following lines to Theano's mailing list so that we can fix this problem: ['# 1 ""\n', 'Reading specs from \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\specs\n', 'gcc version egcs-2.91.57 19980901 (egcs-1.1 release)\n', ' \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=91 -Di386 -D_WIN32 -DWINNT -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i386__ -D_WIN32 -D__WINNT__ -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i386 -D__WINNT -Asystem(winnt) -Acpu(i386) -Amachine(i386) -remap -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium -D__i586 -D__i586__ -D__pentium -D__pentium__ -D__CYGWIN32__ -D__CYGWIN__ -\n', 'GNU CPP version egcs-2.91.57 19980901 (egcs-1.1 release) (80386, BSD syntax)\n', '#include "..." search starts here:\n', '#include <...> search starts here:\n', ' \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\..\\..\\..\\..\\..\\include\n', ' \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\..\\..\\..\\..\\i586-cygwin32\\include\n', ' \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\include\n', 'End of search list.\n'] On Fri, Jul 22, 2016 at 2:27 PM, Craig Brown <[email protected]> wrote: > Thanks Frederic. I just wanted to follow up with the solution. Of > course, I didn't have git (although, interestingly, I got the same error on > another computer with git). I also had to use the following pip install > --upgrade --no-deps git+https://github.com/Theano/Theano.git instead of pip > install --upgrade --no-deps git+git://github.com/Theano/Theano.git > > Thanks for the assistance. > > Craig > > On Thu, Jul 21, 2016 at 12:31 PM, Frédéric Bastien < > [email protected]> wrote: > >> Install git on your system. >> >> On Wed, Jul 20, 2016 at 3:57 PM, Craig Brown <[email protected]> >> wrote: >> >>> Thank you for the quick response. For some reason when I try to upgrade >>> to either of my machines I get the following error: The system cannot find >>> the file specified while executing command git clone - q git:// >>> github.com/Theano/Theano.git >>> c:\users\cdbrown\appdata\local\temp\pip-m8xtq_ -build Cannot find command >>> 'git' >>> >>> I have not had any other trouble with pip, only when running: pip >>> install --upgrade --no-deps git+git://github.com/Theano/Theano.git >>> >>> Any advice? >>> >>> Thanks, >>> >>> Craig >>> >>> On Wed, Jul 20, 2016 at 1:23 PM, Frédéric Bastien < >>> [email protected]> wrote: >>> >>>> Thanks. >>>> >>>> We updated that logic in the development version of Theano: >>>> >>>> >>>> http://www.deeplearning.net/software/theano/install.html#bleeding-edge-install-instructions >>>> >>>> Can you update Theano and check if it still print that message? >>>> >>>> thanks >>>> >>>> Fred >>>> >>>> On Wed, Jul 20, 2016 at 3:19 PM, Craig Brown <[email protected]> >>>> wrote: >>>> >>>>> Using Theano backend. >>>>> WARNING (theano.gof.cmodule): OPTIMIZATION WARNING: Theano was not able >>>>> to find the g++ parameters that tune the compilation to your specific >>>>> CPU. This can slow down the execution of Theano functions. Please submit >>>>> the following lines to Theano's mailing list so that we can fix this >>>>> problem: >>>>> ['# 1 ""\n', 'Reading specs from >>>>> \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\specs\n', >>>>> 'gcc version egcs-2.91.57 19980901 (egcs-1.1 release)\n', ' >>>>> \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\cpp.exe >>>>> -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=91 -Di386 -D_WIN32 >>>>> -DWINNT -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__)) >>>>> -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) >>>>> -D__i386__ -D_WIN32 -D__WINNT__ -D_X86_=1 -D__STDC__=1 >>>>> -D__stdcall=__attribute__((__stdcall__)) >>>>> -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) >>>>> -D__i386 -D__WINNT -Asystem(winnt) -Acpu(i386) -Amachine(i386) -remap >>>>> -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium >>>>> -D__i586 -D__i586__ -D__pentium -D__pentium__ -D__CYGWIN32__ -D__CYGWIN__ >>>>> -\n', 'GNU CPP version egcs-2.91.57 19980901 (egcs-1.1 release) (80386, >>>>> BSD syntax)\n', '#include "..." search starts here:\n', '#include <...> >>>>> search starts here:\n', ' >>>>> \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\..\\..\\..\\..\\..\\include\n', >>>>> ' >>>>> \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\..\\..\\..\\..\\i586-cygwin32\\include\n', >>>>> ' >>>>> \\cygnus\\cygwin-b20\\H-i586-cygwin32\\lib\\gcc-lib\\i586-cygwin32\\egcs-2.91.57\\include\n', >>>>> 'End of search list.\n'] >>>>> >>>>> -- >>>>> >>>>> --- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "theano-users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >>>> >>>> --- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "theano-users" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/theano-users/WBcE8jETjl0/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Best Regards, >>> >>> Craig D. Brown >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "theano-users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "theano-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/theano-users/WBcE8jETjl0/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Best Regards, > > Craig D. Brown > -- Best Regards, Craig D. Brown -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
