Gemini 335 SDK for Python and windows x64 loading Mac OS files and not working on PC

I am trying to load and use the Python SDK for the Gemini 335 on a windows 11 machine but every time I try to install the windows pyorbbecsdk-1.3.2.dist-info every time I install them it installs the Mac OS files, and I am unable to use it in my python program.

C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages>python -m pip install pyorbbecsdk --no-cache-dir
Collecting pyorbbecsdk
Downloading pyorbbecsdk-1.3.2-cp311-cp311-win_amd64.whl.metadata (2.9 kB)
Downloading pyorbbecsdk-1.3.2-cp311-cp311-win_amd64.whl (68.2 MB)
---------------------------------------- 68.2/68.2 MB 77.7 MB/s eta 0:00:00
Installing collected packages: pyorbbecsdk
Successfully installed pyorbbecsdk-1.3.2

C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages>python -m pip show pyorbbecsdk
Name: pyorbbecsdk
Version: 1.3.2
Summary: pyorbbecsdk is a python wrapper for the OrbbecSDK
Home-page:
Author: Joe Dong
Author-email: mocun@orbbec.com
License:
Location: C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages
Requires:
Required-by:

C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages>dir C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages
Volume in drive C has no label.
Volume Serial Number is C0E1-DDFA

Directory of C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages

07/29/2024 08:25 PM .
07/29/2024 07:23 PM …
07/29/2024 07:23 PM 151 distutils-precedence.pth
07/29/2024 08:25 PM 22,287,896 libOrbbecSDK.1.10.5.dylib
07/29/2024 08:25 PM 22,287,896 libOrbbecSDK.1.10.dylib
07/29/2024 08:25 PM 22,287,896 libOrbbecSDK.dylib
07/29/2024 07:57 PM numpy
07/29/2024 07:57 PM 0 numpy-2.0.1-cp311-cp311-win_amd64.whl
07/29/2024 07:57 PM numpy-2.0.1.dist-info
07/29/2024 07:57 PM numpy.libs
07/29/2024 07:54 PM pip
07/29/2024 07:54 PM pip-24.2.dist-info
07/29/2024 07:23 PM pkg_resources
07/29/2024 07:59 PM pybind11
07/29/2024 07:59 PM pybind11-2.13.1.dist-info
07/29/2024 08:25 PM pyorbbecsdk-1.3.2.dist-info
07/29/2024 08:25 PM 1,349,360 pyorbbecsdk.cpython-311-darwin.so
10/24/2022 06:34 PM 121 README.txt
07/29/2024 07:23 PM setuptools
07/29/2024 07:24 PM setuptools-65.5.0.dist-info
07/29/2024 07:23 PM _distutils_hack
7 File(s) 68,213,320 bytes
14 Dir(s) 109,413,224,448 bytes free

C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages>python -c “import pyorbbecsdk; print(pyorbbecsdk.file)”
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘pyorbbecsdk’

C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages>python -c “import pyorbbecsdk; print(pyorbbecsdk.file)”
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘pyorbbecsdk’

C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages>pip show pyorbbecsdk
Name: pyorbbecsdk
Version: 1.3.2
Summary: pyorbbecsdk is a python wrapper for the OrbbecSDK
Home-page:
Author: Joe Dong
Author-email: mocun@orbbec.com
License:
Location: C:\Users\richmoba\AppData\Local\Programs\Python\Python311\Lib\site-packages
Requires:
Required-by:

I work for Microsoft, but I am also a student at Duke University, and I am trying to use this camera for a project that I am working on, but I am really running out of time to get this thing working I have emailed the creator of the package but have not gotten a response.

Author: Joe Dong
Author-email: [mocun@orbbec.com]

any help would be appreciated.

You can follow this doc to compile and test python wrapper on Win: pyorbbecsdk/docs/README_EN.md at main · orbbec/pyorbbecsdk · GitHub