我正在使用Python 3.6。我试着运行OpenCV光流代码: https://github.com/opencv/opencv/blob/master/samples/python/opt_flow.py
并且出现了错误:
ModuleNotFoundError: No module named 'video'
我认为必须缺少'视频'模块。所以,我跑
pip install video
在命令行中,但它给了我这个错误:
Collecting video
Could not find a version that satisfies the requirement video (from versions: )
No matching distribution found for video
有人可以就如何解决这个问题提出建议吗?如何找到本地驱动器中安装OpenCV模块的位置?