tihu-nlp / tihu

Persian Text-To-Speech
http://lilak-project.com/tihu_demo.php
Other
84 stars 11 forks source link

Error on compiling #38

Closed b00f closed 4 years ago

b00f commented 4 years ago

Error message:

Traceback (most recent call last):
  File "/usr/bin/pip2", line 9, in <module>
    from pip import main
ImportError: cannot import name main
Makefile:17: recipe for target 'ready' failed
make: *** [ready] Error 1
b00f commented 4 years ago

quick fix: sudo python -m pip uninstall pip && sudo apt install python-pip --reinstall

More info here