Thank you for answering .

I don't know how to download this pre-built wheel.

Should I download it with pip or git?

Should I put it in a specific file somewhere?

I ran this code.

pip install depthai-0.0.2.1+00ca3534d2e92af2b8e3aff9a8e5bc96b6bb1993-cp35-cp35m-win_amd64.whl

And this error occurred.

WARNING: Requirement 'depthai-0.0.2.1+00ca3534d2e92af2b8e3aff9a8e5bc96b6bb1993-cp35-cp35m-win_amd64.whl' looks like a filename, but the file does not exist

ERROR: depthai-0.0.2.1+00ca3534d2e92af2b8e3aff9a8e5bc96b6bb1993-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.

python version is 3.12.

Please tell me how to choose wheels.

    4 days later

    Hi Syun
    You must download the .whl file. The you can install it using pip install [wheel file name].

    Thanks,
    Jaka

    • Syun replied to this.

      jakaskerl

      Excuse me, I ran the code below and got an error.

      pip install https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/depthai/depthai-2.24.0.0.dev0+855e0208361d60ad250bc83ae64ce7d44e23140d-cp39-cp39-win_amd64.whl

      The error content looks like this:

      ERROR: depthai-2.24.0.0.dev0+855e0208361d60ad250bc83ae64ce7d44e23140d-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.

      Do you know what caused the error?

        Hi Syun
        Uh, sorry, I was sure you had python 3.9. We don't currently support python 3.12 (that said I, it should be supported soon). That's why you can't install it in the first place. I suggest using python 3.11.

        If you get similar error, then this wheel (for 3.11) should install just fine.

        Sorry for the confusion.

        EDIT: We added python3.12 to supported versions. It should now work. The wheel for the 3.12 version will be available in the artifactory shortly.

        Thanks,
        Jaka

        • Syun replied to this.

          I had the same problem as @Syun on Windows 11/Python 3.12. Fixed by downgrading to Python 3.11, 3.12 not supported for me @jakaskerl