ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
434 stars 154 forks source link

CERTIFICATE_VERIFY_FAILED occurs when executing installdriver command on Windows system #606

Closed WayneDroid closed 3 months ago

WayneDroid commented 3 months ago

Run nidaqmx installdriver, it failed to download NI-DAQmx driver due to CERTIFICATE_VERIFY_FAILED error. This happens on Windows 10 and 11.

image

Step to reproduce:

  1. Run poetry build on latest nidaqmx-python repo with #582 to build nidaqmx-1.0.0.dev1-py3-none-any.whl.
  2. pip install nidaqmx-1.0.0.dev1-py3-none-any.whl.
  3. Run nidaqmx installdriver (CERTIFICATE_VERIFY_FAILED error) <--- unexpected

cc: @dharaniprakashkm