Conda install and update do not work also solving environment get errors

前端 未结 8 1180
眼角桃花
眼角桃花 2020-12-24 10:54

I am using anaconda as below:

(base) C:\\Users\\xxx>conda info

     active environment : base
    active env location : C:\\Users\\xxx\\Documents\\ANACON         


        
8条回答
  •  青春惊慌失措
    2020-12-24 11:38

    https://stackoverflow.com/a/61117831/7802476 helped me. Creating a new environment using the accepted answer didn't get my jupyter notebook to recognize the installed opencv. I could only import cv2 when I was in the environment on my terminal.

    The fix was to use pip instead of conda, pip install opencv-python

提交回复
热议问题