Skip to content
Advertisement

Tag: anaconda

How to manually clean up conda in my home directory?

I use Anaconda in my computer to handle my python versions and environments. The location of the Anaconda installation (and consequently the default location for newly created environments) is /opt/anaconda3/. I have two custom environments that I have created – envA and envB. envA is present in /opt/anaconda3/envs/envA and envB is in ~/.conda/envs/envB. This is because I chose it that

OpenCV 3.1.0 imshow in Linux does not work for webcam (Python)

I’m trying to use code from the official openCV tutorial for showing video from webcam using cv2.imshow() in Ubuntu/Python 3.6: And I get the following error for cv2.imshow(): The function is not implemented. 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

Advertisement