入門Python3 正誤表 P267- オライリー本 BillLubanovic
[入門Python3 BillLubanovic著」を、読んでうまく動かなかったところのメモです。
不具合 P267
(P.267)conn.zadd('logins', 'smeagol', now) で下記のエラーが出る。
conn.zadd('logins', 'smeagol', now)
Traceback (most recent call last):
File "", line 1, in
File "/home/ec2-user/.local/lib/python3.6/site-packages/redis/client.py", line 2388, in zadd
for pair in iteritems(mapping):
File "/home/ec2-user/.local/lib/python3.6/site-packages/redis/_compat.py", line 161, in iteritems
return iter(x.items())
AttributeError: 'str' object has no attribute 'items'
対策
$ pip install "redis < 3"
のように、Redisのバージョンを下げたら 動作するようになりました。
参考記事
https://github.com/rq/rq-scheduler/issues/197
その他
Skype理工学勉強会では、同書の読書写経会をしています。
Skype上の無料オンライン会です。
Author And Source
この問題について(入門Python3 正誤表 P267- オライリー本 BillLubanovic), 我々は、より多くの情報をここで見つけました https://qiita.com/saru999/items/e2c0617cf85f2fb7f83f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .