Kicad pcb python error when cvpcb lauch

kicad

is someone know what’s the problem, i install kicad 5.1.4 on manjaro and also install kicad-git, the error is the same

pip uninstall enum34 solve the problem,
see(https://stackoverflow.com/questions/43124775/why-python-3-6-1-throws-attributeerror-module-enum-has-no-attribute-intflag)

the actual err log:
yj@yj-ux501 ~]$ kicad
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/python3.7/traceback.py”, line 5, in
import linecache
File “/usr/lib/python3.7/linecache.py”, line 11, in
import tokenize
File “/usr/lib/python3.7/tokenize.py”, line 33, in
import re
File “/usr/lib/python3.7/re.py”, line 143, in
class RegexFlag(enum.IntFlag):
AttributeError: module ‘enum’ has no attribute ‘IntFlag’

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.