Python pip install module is not found. How to link python to pip location?

后端 未结 10 1301
青春惊慌失措
青春惊慌失措 2020-11-27 15:37

I\'m a newbie and I needed the pySerial and feedparser module for my projects. I\'m running Mountain lion.

I followed the following tutorial so that I could upgrade

10条回答
  •  情深已故
    2020-11-27 16:05

    Below steps helped me fix this.

    • upgrade pip version
    • remove the created environment by using command rm -rf env-name
    • create environment using command python3 -m venv env-aide
    • now install the package and check

提交回复
热议问题