I am using ubuntu 18.04, python 3.6.
I installed maya using :
pip install maya
then tried to run this :
import maya.cmds
then i got the module not found error.
Then i installed :
pip install maya-cmds-help
But again same error is showing. How can i get rid of this. Any help will be greatly appreciated.