43
在我的代碼使用DictCursor
從psycopg2.extras
這樣psycopg2:AttributeError的:「模塊」對象有沒有屬性「附加」
dict_cur = conn.cursor(cursor_factory=psycopg2.extras.DictCursor)
然而,所有的突然,當我加載我得到以下錯誤的光標:
AttributeError: 'module' object has no attribute 'extras'
也許東西在我的安裝dorked但我不知道從哪裏開始尋找。我用pip做了一些更新,但據我所知psycopg2
沒有依賴關係。