Mohamed Shawky
Results
3
comments of
Mohamed Shawky
In case you still have the same issue : - Remove `pycuda` : ```bash pip uninstall pycuda ``` - set `CUDA_ENABLE_GL = True` in `siteconf.py`. - Rebuild `pycuda` with `sudo...
I've tried, however I'm using conda environment, which, I think, isn't supported. I might try python3.8 venv.
As @guodashun said, For Ubuntu 20.04, it worked for me as well on python3 venv, however it's still not compatible with conda envs.