安装odoo10时,freezeset不可调用

时间:2017-04-22 02:38:26

标签: python-2.7 odoo-10

安装新版odoo 10并尝试运行odoo.py

它告诉我导入hashlib有错误

the error is 'frozenset' is not callable

1 个答案:

答案 0 :(得分:0)

要解决这个问题,我必须删除hashlib文件,如下所示:

enter image description here