Hello,
maybe CUDA 11.6 is not suitable for GTX780M ?
If you have an error when installing CUDA, i guess things will go wrong.
First, you should find the suitable version for you GPU.
Maybe you could try to install CUDA 10.2 with this link :
https://developer.nv...t_type=exelocal
The base installer (2.6 GB) should be ok.
If the installation is ok without error message, it's a good start.
I supposed you have installed Python 3.10.8 64bits ?
There is not version of pycuda for Python 3.10 and CUDA 10.2
This means you will have to remove Python 3.10 and install Python 3.9 :
https://www.python.o....9.13-amd64.exe
I use IDLE from Python installation and it's fine.
For Microsoft visual studio with C++ (in order to get C++ compiler), well, i think there is no problem with the latest version. You will have to set cl.exe path in the environment variables. For example, for me, the path is this one :
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\Hostx64\x64
You will have to check on your computer because this value (14.32.31326) will probably be different on your system. just set the good path.
Then, you will have to install the Python libraries.
To install the libraries :
https://pip.pypa.io/...ing-from-wheels
For windows environment, just use : py -m pip install SomePackage-1.0-py2.py3-none-any.whl
The place to find the libraries :
https://www.lfd.uci....lke/pythonlibs/
So, you have Python 3.9 and CUDA 10.2 and a 64 bits system. So, just download :
numpy‑1.22.4+vanilla‑cp39‑cp39‑win_amd64.whl
opencv_python‑4.5.5‑cp39‑cp39‑win_amd64.whl
Pillow‑9.1.1‑cp39‑cp39‑win_amd64.whl
pycuda‑2021.1+cuda102‑cp39‑cp39‑win_amd64.whl
If you need to install six, just use this command line : py -m pip install six
It should be ok.
In JetsonSky for Windows, don't forget to modify the path to point to your directories.
You will also have to install ZWO driver for their cameras and copy the SDK windows libraries in the good directories.
I know this software setup is really complicated and i am very sorry for that. Python is great and very simple but the software setup is not easy.
Just tell me about your tries.
Alain
Edited by easybob95, 24 October 2022 - 09:41 AM.