AttributeError type object 'deprecated' has no attribute 'ROCKY'
AttributeError type object 'deprecated' has no attribute 'ROCKY'
在使用kolla安裝docker的時候遇到了AttributeError type object 'deprecated' has no attribute 'ROCKY'
google得知是osol.log版本的問題
但是在安裝的時候,宿主機的環境和kolla,kolla-ansile的oslo的版本都是3.42而keystone的版本是3.36需要大於3.38(這裡還沒搞明白為什麼),先解決問題
需要升級keystone映象
docker run -it kolla/centos-source-keystone-base bash
進入容器映象後
pip install -U oslo.log
然後更新映象
docker commit -m="test update" -a="wuzs" 0ee9c1d4beea kolla/centos-source-keystone-base:6.1.1
這樣就更新了,然後刪除資料庫中的keystone庫,重啟部署
相關推薦
AttributeError type object 39;deprecated39; has no attribute 39;ROCKY39;
AttributeError type object 'deprecated' has no attribute 'ROCKY' 在使用kolla安裝docker的時候遇到了AttributeError type object 'deprecated' has no attribute 'ROCKY' g
解決window7 x64位Anaconda啟動報錯:AttributeError: 39;_NamespacePath39; object has no attribute 39;sort39;
tools 詳細 官網 rec tro pytho context object led 最近論文需要用到python做數據分析,python語法簡單,但是Windows下安裝第三方包惡心的要命,statsmodels用pip死活安裝不上,網上查了說包相互依賴windows
AttributeError: 39;module39; object has no attribute 39;App39;
python attributeerror: 'module' object has no attribute 'app'環境介紹基本《Python 基礎教程(第2版 修訂版)》 作者:[挪] Magnus Lie Hetland 司維 曾軍崴 譚穎華 譯操作系統:CentOS
flask_route錯誤:AttributeError: 39;function39; object has no attribute 39;route39;
劃線 spa blue sof ros obj 下一個 dex ews 問題: 路由完全正確,當只有一個名為home的函數處理這個路由時候,下一個路由處理函數,總是提示沒有這個rotue屬性 Traceback (most recent call last): F
yum--AttributeError: 39;module39; object has no attribute 39;HTTPSHandler39;
yum--attributeerror: 'module' object has no attribute 'httpshandler'[root@localhost ~]# yum list Traceback (most recent call last): File
AttributeError: 39;int39; object has no attribute 39;log39;
類型 import print clas ase name arr 進行 sum 我們有時候在對組數進行操作時候,偶爾會出現這個問題. 比如: #coding:utf-8 import pandas as pd import numpy as np if
AttributeError: 39;module39; object has no attribute 39;gfile39;
xbrl mct XA vts ctp svi mom bad ddr While running TensorFlow‘s classify_image, getting AttributeError: ‘module‘ object has no attribute ‘
(轉)輸入pipt提示:AttributeError: 39;module39; object has no attribute 39;HTTPSConnection39;
bsp anaconda trac led module connect PE info soft 文章轉自:http://write.blog.csdn.net/postedit/51725016 1.測試 [root@s011805161450 ~]# python P
解決 pip attributeerror 39;nonetype39; object has no attribute 39;bytes39;
pip nonetype bytes inux net error err tee pre for Windows : python -m pip install -U pip for Linux : pip install -U pip解決 pip attributeer
python AttributeError: 39;NoneType39; object has no attribute 39;group39;
發現 png 完美解決 mage 過程 大寫 tee 使用 bsp 在使用正則表達式的過程中,經常報 AttributeError: ‘NoneType‘ object has no attribute ‘group‘ 的錯。 經一步步檢查,發現是【1】處寫成小寫
Python報錯:AttributeError: 39;RACNN39; object has no attribute 39;module39;
原始碼寫作方式是: import RACNN net = RACNN(num_classes = 2) 報錯展示: 報錯分析是:RACNN這個模組不能被呼叫。 解決思路:回到“RACNN”模組檢視: 分析報錯原因可知,我們是師徒將RACNN這個模組作為一個函式來呼叫
Python指令碼報錯:AttributeError:39;model39; object has no attribute 39;XXX39;解決方法
錯誤舉例: 錯位原因定位: 檢視import庫的原始檔,發現原始檔存在且沒有錯誤,同時存在原始檔的.pyc檔案 解決方法: 1、命名py指令碼時,不要與python預留字,模組名等相同 例如:模組是ssl,請不要命名ssl.py檔案,因為程式碼執行時會對應生成.pyc檔案。
成功解決AttributeError: 39;MapDataset39; object has no attribute 39;group_by_window39; 等待 等待 等待
解決問題 AttributeError: 'MapDataset' object has no attribute 'group_by_window' 解決思路 A transformation that groups windows of elements
TensorBoard tf.summary.merge_all() AttributeError: 39;NoneType39; object has no attribute 39;bucket 錯誤
InvalidArgumentError (see above for traceback): You must feed a value for placeholder tensor 'inputs/x_input' with dtype float [[Node: inpu
問題解決:AttributeError: 39;module39; object has no attribute 39;_rebuild_tensor_v239;
於訓練模型時使用的是新版本的pytorch,而載入時使用的是舊版本的pytorch。 解決辦法: 升級pytorch 看起來理所當然,其實有可能有坑。說不定還要轉回來。 橋接 在程式開頭新增下面的程式碼,即可以使老版本pytorch相容
AttributeError: 39;Function39; object has no attribute 39;fn39; [in caffe]
n.global_pool_prob3 = L.Sigmoid(n.global_pool_up3,name='global_pool_prob3',ntop=0,top='global_pool_up3') n.att_repmat3 = L.Tile(n.global_pool_p
AttributeError: module 39;XXX39; has no attribute 39;xxx39; && TypeError: 39;module39; object is not callable
AttributeError: module 'XXX' has no attribute 'xxx' && TypeError: 'module' object is not callable 最近在呼叫python的類的時候總是提示:module 'XXX' has no a
AttributeError: 39;callable_iterator39; object has no attribute 39;next39;,python3中迭代器的next()方法已變成__next__()
報錯資訊: Traceback (most recent call last): File "F:/unit1/01_03.py", line 149, in <module> g = it.next() AttributeEr
AttributeError: 39;module39; object has no attribute 39;Process39;(關鍵詞:Python/bug/debug/模組/模組)
multiprocessing.py: import multiprocessing def work(): print 'Worker' return if __name__ == '__main__': jobs = []
python3.x執行程式報錯AttributeError: 39;dict39; object has no attribute 39;iteritems39;
python3.x中執行程式報錯 AttributeError: 'dict' object has no attribute 'iteritems' classCount={} classCount.iteritems() 原因: {}.iteritems()是python2.x