Summary of some problem records in the python learning process

Installed on work machine

two environments

When using anaconda3, the configured warehouse address cannot be pulled to cv2 DBUtils

When using python2, the version is too low and cannot be retrieved.

The solution is that python2 does not support downloading the latest version. You need to specify to download an older version. The next 1.3 version will be OK.

pip install DBUtils==1.3

The solution is to download cv2 using pip

Guess you like

Origin blog.csdn.net/qq_27246521/article/details/134672381