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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -