Tristan Charpentier

Results 6 comments of Tristan Charpentier

I second this. Would be very useful! :)

Having the same issue. Using the cydia version. The dump works correctly if no output is specified but useless if it just gets printed to console.

I just encountered the same issue. I used to be able to go like this: ```bash export PYTHONPATH="/tmp/tri/pip/" export PIP="--target '/tmp/tri/pip/' --cache-dir '/tmp/tri/cache/'" python3 -m pip install $PIP --upgrade pip...

> I was also getting the same error. Even after setting up the correct Python path in the virtual env, it was not able to find Torch. You're right, I...

For anyone who's interested I have a preliminary working version (on linux at least) here! https://github.com/hashFactory/gst-projectm/

I ran into the same issue. I managed to get it working by running these two commands: ``` export USE_OPENVINO=1 pip install torch==2.1.0 torchvision==0.16.0 ``` I think the installation instructions...