Luke Short

Results 301 comments of Luke Short

Good news, audio support for the latest ASUS ROG laptops is coming in upstream Linux 6.10. This will eventually make its way to our separate Linux LTS kernel (we ship...

Our request for having the `paru-static` command in the Chaotic AUR has been rejected due to it failing to build. https://github.com/LukeShortCloud/winesapOS/issues/738

This package continually fails to build. We will stick with `yay` for now.

Stage 1 compiles the binaries needed and then stage 2 copies those binaries over. That is expected behavior so you can ignore my last sentence from the previous comment. However,...

Further testing shows that the install with the updated Python 3.9 is partially broken (despite the container build working). ``` $ video2x ImportError: numpy.core.multiarray failed to import Traceback (most recent...

The problem is related to the `docker.io/nvidia/vulkan` container using Ubuntu 20.04. The `python3-*` packages are for Python 3.8 (not 3.9 or any other version). I need to rework the installation...

I fixed up Python 3.9 support and added optional dependencies so the AI models and libraries are installed. Now I'm running into some codec issues that I'm investigating into.

@pixlmint Unfortunately, I am stuck. The container builds again but if you run it, there are various errors. I am unsure if the Python 3.9 or video2x is at fault....

Thanks @k4yt3x , the latest local build is working for me!

I've got a PR I'll submit soon with a fix for these issues.