Hi, I downloaded PyCuda v0.92. I'm following the Windows installation instructions given at the bottom of this webpage: <http://documen.tician.de/pycuda/install.html>
configure.py runs without any error (or any visible output). After that issuing command: python setup.py install says it cannot find CUDA_ROOT. I then edit siteconf.py and add CUDA_ROOT to it: CUDA_ROOT = r'C:\Program Files\NVIDIA Corporation\CUDA' The next error I get on running "python setup.py install" again is: """ running build_ext error: Python was built with Visual Studio 2003; extensions must be built with a compiler than can generate compatible binaries. Visual Studio 2003 was not found on this system. If you have Cygwin installed, you can try compiling with MingW32, by passing "-c mingw32" to setup.py. """ I don't have Visual Studio 2003 nor do I wish to install this old version of Visual Studio. Is there any solution for me to install PyCuda? Thanks, ~ash _______________________________________________ PyCuda mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
