python - ImportError: No module named reflect -
my "import reflects" (python) not works.
i using code:
import reflect p = inflect.engine()
i have received message
importerror: no module named reflect
what should do? step step please. have downloaded inflect-0.2.5-py2.py3-none-any.whl
not know how open it.
install downloaded .whl file using following command:
[root@server] python -m pip install /<path>/inflect-0.2.5-py2.py3-none-any.whl
once that's installed should able access module running following
[root@server] python >> import inflect >> >> p = inflect.engine()
Comments
Post a Comment