no module named gevent even though it is installed

前端 未结 2 1887
再見小時候
再見小時候 2021-01-13 12:38

OS : Ubuntu 16.04 Python 2.7

pip list | grep gev
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns)         


        
2条回答
  •  旧巷少年郎
    2021-01-13 12:52

    make sure that your pip references the same python that you are using, on many systems you can have multiple python versions installed. you can see which to which python your pip belongs by running:

    pip --version
    

提交回复
热议问题