on Aug 5 fuxihao66 on Aug 5 You can try installing bpy with: pip install bpy==4.0 --extra-index-url https://download.blender.org/pypi/ ...
I am doing a bit different, using python setup.py install, though passing GPU_ARCHS="gfx942" as an environment variable did the trick. It gets used at this point, and if not passed, it defaults to ...