Skip to content
Advertisement

Tag: python

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

How to install Pip3 pointing a custom installation of Python3 in Ubuntu?

I’m using Ubuntu 17.04 and it has Python 2.7.13 installed. I want to use Python 3 without it colliding with Python 2.7.13. I’ve installed and built Python 3 from source and aliased it without an issue. Right now python is pointing to usr/bin/python which is the system default, and I aliased python3 to point my custom installation in ~/Python-3.6.3″. The

Alternatives to Mayavi (Python 3.X) Linux

I’ve been trying to install and use Mayavi using Python 3.5 for almost a week. Unfortunately, I am not able to use it properly. At first, I struggled to install it along Python 3.5 version. Now, that I finally made it, the code simply doesn’t show the plot. It opens and closes the window instantly, and I think it may

Python paramiko executing sudo

I am using paramiko put method to send file from local to remote server. However, I am having problem executing sudo su – user command to view the file from remote. I also tried changing the permission from local but the file permission stays intact when transferred. Is there a way to execute sudo su – user command using paramkio

Advertisement