调试FedericoPivotto/assistive-gym的项目时。运行python3 -m assistive_gym --env "FeedingJaco-v1"
遇到一个问题:
AttributeError: module ‘cv2’ has no attribute ‘gapi_wip_gst_GStreamerPipeline’
网上说pip install "opencv-python-headless<4.3"
这么解决,但是我试过之后,不行
再这个里面找到了一个解决办法。https://github.com/opencv/opencv-python/issues/591
pip install --upgrade opencv-python
pip install --upgrade opencv-contrib-python
pip install --upgrade opencv-python-headless