简体   繁体   English

django.core.exceptions.ImproperlyConfigured:加载psycopg2模块时出错:DLL加载失败:找不到指定的模块

[英]django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 module: DLL load failed: The specified module could not be found

After running any command on my project directory i got this:在我的项目目录上运行任何命令后,我得到了这个:

Traceback (most recent call last):
  File "C:\Python27\Lib\site-packages\django\db\backends\postgresql\base.py", line 21, in <module>
    import psycopg2 as Database
  File "C:\Python27\Lib\site-packages\psycopg2\__init__.py", line 50, in <module>
    from psycopg2._psycopg import (                     # noqa
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "manage.py", line 15, in <module>
    execute_from_command_line(sys.argv)
  File "C:\Python27\Lib\site-packages\django\core\management\__init__.py", line 364, in execute_from_command_line
    utility.execute()
  File "C:\Python27\Lib\site-packages\django\core\management\__init__.py", line 338, in execute
    django.setup()
  File "C:\Python27\Lib\site-packages\django\__init__.py", line 27, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "C:\Python27\Lib\site-packages\django\apps\registry.py", line 108, in populate
    app_config.import_models()
  File "C:\Python27\Lib\site-packages\django\apps\config.py", line 202, in import_models
    self.models_module = import_module(models_module_name)
  File "C:\Users\Ga\AppData\Local\Programs\Python\Python37\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "C:\Python27\Lib\site-packages\django\contrib\auth\models.py", line 4, in <module>
    from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager
  File "C:\Python27\Lib\site-packages\django\contrib\auth\base_user.py", line 52, in <module>
    class AbstractBaseUser(models.Model):
  File "C:\Python27\Lib\site-packages\django\db\models\base.py", line 124, in __new__
    new_class.add_to_class('_meta', Options(meta, app_label))
  File "C:\Python27\Lib\site-packages\django\db\models\base.py", line 325, in add_to_class
    value.contribute_to_class(cls, name)
  File "C:\Python27\Lib\site-packages\django\db\models\options.py", line 214, in contribute_to_class
    self.db_table = truncate_name(self.db_table, connection.ops.max_name_length())
  File "C:\Python27\Lib\site-packages\django\db\__init__.py", line 33, in __getattr__
    return getattr(connections[DEFAULT_DB_ALIAS], item)
  File "C:\Python27\Lib\site-packages\django\db\utils.py", line 211, in __getitem__
    backend = load_backend(db['ENGINE'])
  File "C:\Python27\Lib\site-packages\django\db\utils.py", line 115, in load_backend
    return import_module('%s.base' % backend_name)
  File "C:\Users\Ga\AppData\Local\Programs\Python\Python37\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "C:\Python27\Lib\site-packages\django\db\backends\postgresql\base.py", line 25, in <module>
    raise ImproperlyConfigured("Error loading psycopg2 module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 module: DLL load failed: The specified module could not be found.

Is I have installed this我是否安装了这个

pip install psycopg2-binary

and this和这个

pip install psycopg2==2.7.4 

on my virtualenv, but none of the commands fixed my issue.在我的 virtualenv 上,但没有一个命令可以解决我的问题。

I have checked all the postgres setting but I still have the same issue.我已经检查了所有的 postgres 设置,但我仍然有同样的问题。 Is that a problem with my postgres setting or installation issue??这是我的 postgres 设置或安装问题的问题吗??

Configure django database settings配置 Django 数据库设置

Check settings.py and change Engine to django.db.backends.postgresql_psycopg2检查 settings.py 并将 Engine 更改为 django.db.backends.postgresql_psycopg2

Make sure that you have psycopg2 installed. 确保已安装psycopg2 Reading this might be helpful. 阅读本文可能会有所帮助。

  1. Solution upgrade pip Then do pip install psycopg2==2.7.4解决办法升级pip然后做pip install psycopg2==2.7.4
  2. Solution Install postgrsql (new version) Add /bin file of postgrsql folder path add to environment解决方法安装postgrsql(新版本) 将postgrsql文件夹路径的/bin文件添加到环境中
    variable多变的

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 加载 psycopg2 模块时出错:导入 _psycopg 时 DLL 加载失败:找不到指定的模块 - Error loading psycopg2 module: DLL load failed while importing _psycopg: The specified module could not be found django.core.exceptions.ImproperlyConfigured:加载 psycopg 模块时出错:没有名为 psycopg 的模块 - django.core.exceptions.ImproperlyConfigured: Error loading psycopg module: No module named psycopg django.core.exceptions.ImproperlyConfigured:加载MySQLdb模块时出错: - django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: django.core.exceptions.ImproperlyConfigured:在 MacOS 上加载 MySQLdb 模块时出错 - django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module on MacOS django.core.exceptions.ImproperlyConfigured:加载MySQLdb模块时出错:没有名为“ MySQLdb”的模块 - django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named 'MySQLdb' django.core.exceptions.ImproperlyConfigured:加载 MySQLdb 模块时出错:没有名为 MySQLdb 的模块 - django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb Django错误:django.core.exceptions.ImproperlyConfigured:加载MySQLdb模块时出错 - Django Error: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module django.core.exceptions.ImproperlyConfigured:无法加载 WSGI 应用程序“myproject.wsgi.application”; 导入模块时出错 - django.core.exceptions.ImproperlyConfigured: WSGI application 'myproject.wsgi.application' could not be loaded; Error importing module django.core.exceptions.ImproperlyConfigured:无法加载 WSGI 应用程序“DjBlog.wsgi.application”; 导入模块时出错 - django.core.exceptions.ImproperlyConfigured: WSGI application 'DjBlog.wsgi.application' could not be loaded; Error importing module django.core.exceptions.ImproperlyConfigured: 无法加载 WSGI 应用程序“api.wsgi.application”; 导入模块时出错 - django.core.exceptions.ImproperlyConfigured: WSGI application 'api.wsgi.application' could not be loaded; Error importing module
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM