Spyder Module Import

前端 未结 2 1888
暖寄归人
暖寄归人 2021-01-16 18:34

I am trying to import cv2 module in Spyder.app but somehow it does not import. By the way I am able to import it in a terminal. Can anyone of you guys please help me?

2条回答
  •  离开以前
    2021-01-16 19:21

    I had a similar issue. Ubuntu 1804, Python 3.6.5, Spyder 3.2.8.

    Could load e.g. quandl and other package in terminal virtual env but not in spyder despite playing with PYTHONPATH and directories for ages.

    Resolved with:

    conda install ipykernel cloudpickle
    

提交回复
热议问题