Running OpenCV from a Python virtualenv

前端 未结 3 795
你的背包
你的背包 2020-12-02 19:40

I\'m trying to install OpenCV within a virtualenv on my Ubuntu Server 12.04. I found a thread discussing this but managed to extract no information from it.

I tried

3条回答
  •  猫巷女王i
    2020-12-02 19:48

    Did you already apt-get build-dep python-opencv? This will install all the required dependencies to build it from source; which you need if you are trying to install it in a virtual environment.

提交回复
热议问题