我正在尝试用cherrypy在ubuntu上运行python。
  
  
   我通过
  
  sudo apt-get update
sudp apt-get install python3.6
  
   还有樱桃味的
  
  git clone https://github.com/cherrypy/cherrypy
cd cherrypy
python setup.py install
  
   但是当我试着通过
  
  python -m cherrypy.tutorial.tut01_helloworld
  
   我得到错误消息“没有找到名为parse的模块”。
通过
  
  python3.6 -m cherrypy.tutorial.tut01_helloworld
  
   导致错误“找不到名为cherrypy的模块”。