You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails to build when attempting on my windows machine.
❯ uvx blext build
ValueError:
Could not detect a local operating system supported by Blender from 'platform.system(), platform.machine() = {platform_system}, {platform_machine}'
In [3]: platform.system()
Out[3]: 'Windows'In [4]: platform.machine()
Out[4]: 'AMD64'
The text was updated successfully, but these errors were encountered:
Fails to build when attempting on my windows machine.
The text was updated successfully, but these errors were encountered: