RaemyS

Results 2 comments of RaemyS

Update: I could fix the `error: invalid command 'bdist_wheel'` problem by adding the line `subprocess.run([PYTHON_PATH, "-s", "-m", "pip", "install", "wheel"])` into your `auto_build_all.py` file (right before the existing line `result...

Nice, thanks for the fix @alexandregodard . Unfortunately, i'm not skilled enough with the current tech stack, so i'm not able to compile and test the changes locally without further...