You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/12 17:16:59 UTC

[GitHub] KingfaLuis commented on issue #3205: ImportError: No module named captcha.image

KingfaLuis commented on issue #3205: ImportError: No module named captcha.image
URL: https://github.com/apache/incubator-mxnet/issues/3205#issuecomment-412357649
 
 
   C:\Users\my\Desktop\Python\Django\onlineEducation\Mxonline3>python manage.py runserver 8002
   Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x0000000003E17400>
   Traceback (most recent call last):
     File "g:\ProgramData\Anaconda3\lib\site-packages\django\utils\autoreload.py", line 225, in wrapper
       fn(*args, **kwargs)
     File "g:\ProgramData\Anaconda3\lib\site-packages\django\core\management\commands\runserver.py", line 113, in inner_run
       autoreload.raise_last_exception()
     File "g:\ProgramData\Anaconda3\lib\site-packages\django\utils\autoreload.py", line 248, in raise_last_exception
       raise _exception[1]
     File "g:\ProgramData\Anaconda3\lib\site-packages\django\core\management\__init__.py", line 327, in execute
       autoreload.check_errors(django.setup)()
     File "g:\ProgramData\Anaconda3\lib\site-packages\django\utils\autoreload.py", line 225, in wrapper
       fn(*args, **kwargs)
     File "g:\ProgramData\Anaconda3\lib\site-packages\django\__init__.py", line 24, in setup
       apps.populate(settings.INSTALLED_APPS)
     File "g:\ProgramData\Anaconda3\lib\site-packages\django\apps\registry.py", line 89, in populate
       app_config = AppConfig.create(entry)
     File "g:\ProgramData\Anaconda3\lib\site-packages\django\apps\config.py", line 90, in create
       module = import_module(entry)
     File "g:\ProgramData\Anaconda3\lib\importlib\__init__.py", line 126, in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
   ModuleNotFoundError: No module named 'captcha'
   
   I'm try pip install captcha 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services