Top "Importerror" questions

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

Attempted relative import with no known parent package

from ..box_utils import decode, nms This line is giving error ImportError: attempted relative import with no known parent package …

python-3.x python-import importerror
python3: ImportError: No module named xxxx

I am new to Python and I am trying to understand a problem, which I see when creating a package. …

python package importerror
How to get current import paths in Python?

I get an ImportError exception somewhere in the code, but the same module can be imported safely at startup of …

python import importerror
Can't locate import javax.inject.Inject package

I'm trying to implement Dagger as a dependency injector in an IntelliJ project, but my code is failing on: import …

java importerror dagger
Catch python 'ImportError' if import from source directory

When one tries to import a module foo while being in the source directory, one gets an rather confusing ImportError …

python exception-handling importerror
"no module named PyPDF2" error

I use Spyder, with Python 2.7, on a windows 10. I was able to install the PyPDF2 package with a conda command …

python pdf-generation importerror
DLL load failed when importing PyQt5

I have installed PyQt5 on windows platform and and getting an importError: DLL load failed. I have installed pyqt5 using …

python python-3.x dllimport pyqt5 importerror
Django, ImportError: cannot import name Celery, possible circular import?

I went through this example here: http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html All my tasks are in …

python django celery importerror
import error; no module named Quandl

I am am trying to run the Quandl module on a virtualenv which I have uninstalled packages only pandas and …

python-2.7 importerror quandl
Cannot load from mysql.proc. The table is probably corrupted

I know that it looks like duplicate, but the solutions which I found doesnt work for me. I uninstalled mysql 5.1 …

mysql import importerror