0

I just installed scikits.talkbox, and tried using it in my program. But I get the following error

'ImportError: No module named 'tools'

How do I solve this problem?

1 Answers1

0

I had the same problem,just run pip install tools

K.Dᴀᴠɪs
  • 9,945
  • 11
  • 33
  • 43
ke chen
  • 1
  • 2
  • 1
    That just changes the error for me to `AttributeError: module 'tools' has no attribute '__all__'`. – Cerin Sep 18 '19 at 22:36