Top "Importerror" questions

Refers to errors that result from attempting to import a module or library into one's code

Can't import Webkit from gi.repository

When I try to import Webkit from gi.repository, it gives an ImportError: from gi.repository import Webkit ERROR:root:…

python webkit importerror pygobject gtk3
How to properly import Wand to python?

I am running into some issues when I try to import Wand (an ImageMagick binding for Python). Here's what's happening: …

python import path importerror wand
How do I install pxssh? Module not found

I get the error message module not found for pxssh. I am running ubuntu 16.04 with Python 2.7.12 with expect 4.0.1-1. import …

python importerror pxssh
ImportError: No module named flask_mail

from flask_mail import Mail,Message from flask import Flask I am trying to mail but import error is occurring

flask importerror flask-mail
RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version! Fix

Whenever I run my code with requests or do a pip install I get this message /usr/lib/python2.7/site-packages/…

python pip importerror archlinux
Bizarre error importing settings in django

I have many projects working in ubuntu with python2.7 and virtualenv/virtualenvwrapper, in my work some developers works with macosx …

python django settings importerror django-settings
cx_Oracle - DLL load failed

I have a problem importing cx_Oracle with Python. I know a lot of issues with cx_Oracle have been …

python dll importerror cx-oracle
No module named '_bz2' in python3

When trying to execute the following command: import matplotlib.pyplot as plt The following error occurs: from _bz2 import BZ2…

python python-3.x matplotlib importerror bzip2
hdf5 / h5py ImportError: libhdf5.so.7

I'm working on a project involving network messaging queues (msgpack, zmq, ...) on a RHEL 6.3 (x86_64) system. I was installing the …

python importerror hdf5 h5py
ImportError: cannot import name check_array from sklearn.utils.validation

When I import the function check_array from module sklearn.utils.validation, it got an Import Error (ImportError: cannot import …

python scikit-learn importerror