howetuft

Results 82 comments of howetuft

OK, my bad. Maybe a solution would be to rely on system virtualenv when it exists. I'm gonna see what I can do.

I've introduced a setting to optionally rely on local virtualenv package (in Preferences). It's in `dev` branch (6145c8c7a08f5f05c2ef921379dd413d8d00d58b): could you please test whether it fixes your problem?

Wait a minute: there is something weird in this line: `Using cached PyQt6_WebEngine-6.3.1-cp37-abi3-manylinux1_x86_64.whl (242 kB)` Why is it using a version 3.7 of Python??? Could you please enter the following...

Hello, pip cache maintenance is documented here: https://pip.pypa.io/en/stable/topics/caching/ If your patience has not run out, can you please try any recipe from there (install without cache, remove offending wheel from...

> after that I could install the PyQt6 packages inside my test virtual environment. Good news (and good job)! So the root cause is clear now. For Render, now: go...

Hello, Are you satisfied with the last posts, can I close the issue?

Hello, #447 may fix the problem. Could you please test and give me some feedback? Caveat: the commit is on the `dev` branch

Sorry, unfortunately, I don't have a suitable Windows PC (but I trust you about the crash!).

As I understand it, exchanges between Blender and BlendLuxCore no longer go through temporary files in the /tmp folder, but through memory buffers (except perhaps for denoising). Therefore, I am...

Yes, I agree, the use of external OIDN instead of integrated one is clumsy, redundant and bug-prone.