Running get_python_api.py produces the following error:
-> Downloading PyOpenGL_accelerate-3.1.6-cp311-cp311-win_amd64.whl
Processing c:\users\jason\work\breakfast\zed\python\pyopengl_accelerate-3.1.6-cp311-cp311-win_amd64.whl
ERROR: Wheel 'pyopengl-accelerate' located at C:\Users\jason\Work\Breakfast\zed\python\PyOpenGL_accelerate-3.1.6-cp311-cp311-win_amd64.whl is invalid.
The referenced whl file is only 220 bytes long and contains the following contents:
<?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDenied</Code><BucketName>stereolabs</BucketName><RequestId>tx00000000000002f4b518e-00651dd900-521f6452-sfo2a</RequestId><HostId>521f6452-sfo2a-sfo</HostId></Error>
It identifies the error as âaccess deniedâ.
How should I proceed?
I can successfully manually run pip install pyopengl_accelerate==3.1.6
but doing that still doesnât let the get_python_api.py script itself proceed past that point.