Nathan Cavaglione
Nathan Cavaglione
Hi, did someone end up succeeding to compile on MAC ?
ah ok makes sense! I checked and pyopengltk has been installed. I'll look into it more.
I am stuck at the same step (getting the make_default_context() error) and am also using cuda 10.1. Why did you need pytools to get PyCuda by the way ?
Thanks! I managed to install PyCuda through the pip module inside the conda environment. ``` anaconda/envs/ganspace/bin/pip install pycuda ``` However this leads to: ``` ImportError: PyCUDA was compiled without GL...
So I managed to install from your link @MineThingIssues. And I used: ```python configure.py --cuda-root=/usr/local/cuda --cuda-enable-gl``` to make sure OpenGL is used. I did all the steps while keeping my...
Ok I managed to install PyCuda inside the conda environment, deleted PyCuda files from the previous pip install there and succesfully ran interactive.py.
Actually now that I have solved some other bugs which where blocking execution and not related to PyCuda, I get: ``` RuntimeError: make_default_context() wasn't able to create a context on...