Installation of Python API fails (Windows 10, 64-bit)

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.

1 Like

I was able to get it installed by manually installing pyopengl_accelerate, then commenting out the line in get_python_api.py that attempts to install it and rerunning the script.

1 Like

Issue is still present in 4.0.8.

Also both 4.0.7 and 4.0.8 Python installation scripts are missing the ‘requests’ dependency.