Benno Rem

Results 6 comments of Benno Rem

Wouldn't it anyway be a good idea to use the build-in future concept of Python: https://docs.python.org/3/library/concurrent.futures.html#future-objects Or what might be even nicer, would be to use Queues from the asyncio...

I have an existing virtual environment with cuda-python installed and I simply did a: `pip install cuda-python==12.8` The `pip list` command outputs: ``` Package Version ----------------- ----------- contourpy 1.3.1 cuda-bindings...

The Python version is 3.10.12 and with the command `from cuda.bindings import driver as cuda` I get: > Exception has occurred: ModuleNotFoundError > No module named 'cuda.bindings' > File "...",...

Okay, I've narrowed it down. It has to do with the migration from 12.6 to 12.8, because when setting up a new Virtual Environment with the same packages both imports...

we were thinking the same thing. Setting up a new environment does the trick, however migrating is still a problem somehow

> It seems there is a weird cleanup issue going on. With the following steps I hit an error, though different from yours > > 1. Create a fresh env...