Closed aslansd closed 2 years ago
WarpDrive is designed to run a pure end-to-end GPU computation so we do not configure it on Windows OS, actually for high-performance GPU computing, most libraries and drivers are mostly fit for Linux not for Windows. For PyCuda installation, the failure is more likely due to other issues, for example, CUDA drivers incompatibility and so on.
WarpDrive and its installation is fully tested well on Google cloud (GCP), Colab or local GPU workstation, therefore we suggest you try them first, and we do provide many tutorials on Colab so you can have an easy hands-on for its installation or running.
For PyCuda installation on Windows itself, you may try this but we do not test it https://pythonhosted.org/hessianfree/installation.html
Thanks @Emerald01 for information!
Hello all!
I follow the instruction on this repository to install warp-drive on my laptop:
Processor Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz 1.99 GHz Installed RAM 16.0 GB (15.9 GB usable) System type 64-bit operating system, x64-based processor Edition Windows 10 Pro
However, it gives the following error for "pycuda":
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pycuda Failed to build pycuda ERROR: Could not build wheels for pycuda, which is required to install pyproject.toml-based projects WARNING: Ignoring invalid distribution -ffi (c:\users\aslan\anaconda3\envs\ai-economist\lib\site-packages) WARNING: Ignoring invalid distribution -ffi (c:\users\aslan\anaconda3\envs\ai-economist\lib\site-packages) WARNING: Ignoring invalid distribution -ffi (c:\users\aslan\anaconda3\envs\ai-economist\lib\site-packages)
As you see the problem is with pycuda.
Here is my installed packages:
I was wondering if someone could be helpful in this regard. I would be happy to share more information if you need.
The other question is that is there any plan in near future to make a version of warp-drive for MacBook Pro Apple M1.
Many thanks in advance!