ImportError: No module named six

后端 未结 8 631
无人共我
无人共我 2020-11-28 06:52

I\'m trying to build OpenERP project, done with dependencies. It\'s giving this error now

Traceback (most recent call last):
  File \"openerp-client.py\", li         


        
8条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-28 07:19

    On Ubuntu and Debian

    apt-get install python-six
    

    does the trick.

    Use sudo apt-get install python-six if you get an error saying "permission denied".

提交回复
热议问题