2017-12-28 10 views
0

を持っていない、それは今、それはすべて1.1にSQLAlchemyの、ダウングレードについてでしたはAttributeError: 'PGDialect_psycopg2' オブジェクトは、Pythonのサーバー上のすべてのプラグインを更新したら何の属性 'dbapi_type_map'

File "D:\Python362\lib\site-packages\aiopg\utils.py", line 72, in __await__ 
    resp = yield from self._coro 
    File "D:\Python362\lib\site-packages\aiopg\sa\connection.py", line 116, in _execute 
    return ResultProxy(self, cursor, self._dialect, result_map) 
    File "D:\Python362\lib\site-packages\aiopg\sa\result.py", line 234, in __init__ 
    self._metadata = ResultMetaData(self, cursor.description) 
    File "D:\Python362\lib\site-packages\aiopg\sa\result.py", line 103, in __init__ 
    typemap = dialect.dbapi_type_map 
AttributeError: 'PGDialect_psycopg2' object has no attribute 'dbapi_type_map' 

Plugins List

+0

https://github.com/aio-libs/aiopg/issues/411を参照してください。 – SColvin

答えて

0

を発生させます。 15は問題を解決しました。

関連する問題