ArduCAM / ArduCAM_USB_Camera_Shield

This is the repository for ArduCAM USB Camera Shield
125 stars 71 forks source link

Python3 version problem #133

Open ozyilmaz opened 4 years ago

ozyilmaz commented 4 years ago

We are using Python 3.7 and receive a warning during import of ArducamSDK: /usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of module 'ArducamSDK' does not match runtime version 3.7 And then the camera does not load. Giving us: open fail,ret_val = 65281

We don't see the problem when we use Python 2.

Can we have a more fresh Python3 build please? Or any other suggestions?

Regards

ArduCAM commented 4 years ago

Our library is only for Python 3.5 at the moment, please use python 3.5. Thanks.