repp / big-phoney

Get phonetic spellings and syllable counts for any english word. Works with made-up and non-dictionary words
GNU General Public License v3.0
91 stars 13 forks source link

module not found error #3

Open ghost opened 4 years ago

ghost commented 4 years ago

Summary

I tried installing big-phoney both through pip and also wheel installation. But when I import the package in my program. It says module not found error.

How to reproduce?

install big-phoney package either with pip or .whl file installation and try to import the package in your python file.

Related screen shots

sc16

sc17

ghost commented 4 years ago

As per your change in note I tried with pip3 too. But the error is still produced.