positivegaq.blogg.se

Linux conda install opencv
Linux conda install opencv









Conda is a package, dependency, and environment management tool for Anaconda Python, which is widely used in the scientific community, especially on the Windows platform where the installation of binary extensions can be difficult.Ĭonda helps manage Python dependencies in two primary ways: bashrc file also addĪnd define myruntime by mkdir -p. Note 2: You may see some error related to XDG_RUNTIME_DIR, then in your. bashrc file addĮxport QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb Note 1: You may see some error related to xkb, then in your. I did not further research how this solved the case. This should pop up a window showing image. In a terminal, activate test environment and start python.

linux conda install opencv

Now install matplotlib in this environment (and this is hack 1) conda install matplotlib Now install opencv from conda-forge conda install -c conda-forge opencv Create an environment conda create -name test python=2.7 My workstation is a centos 6 machine, and I use conda virtual environment (anaconda 2).

linux conda install opencv

I've been trying to solve this for several hours.Īlthough this is already answered, for me conda-forge solution worked with a hack. I installed libgtk2.0-dev just as the error said to but I still get the same error.Īny help would be much appreciated. I first installed anaconda with python 3.5, then I installed opencv by using the command conda install -c conda-forge opencv If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvShowImageĠ002.png is an image in the same directory as the program. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvShowImage, file /feedstock_root/build_artefacts/work/opencv-3.1.0/modules/highgui/src/window.cpp, line 545Ĭv2.error: /feedstock_root/build_artefacts/work/opencv-3.1.0/modules/highgui/src/window.cpp:545: error: (-2) The function is not implemented. OpenCV Error: Unspecified error (The function is not implemented.

linux conda install opencv linux conda install opencv

This is the exact error that I am getting.











Linux conda install opencv