简体   繁体   中英

ModuleNotFoundError, i am trying to install pandas but i got some error

i am trying to install Pandas(or any other libraries) by running "pip install library-name" command in my command prompt(or also in window power shell) but i got some error(i attached screen shot for your reference,please see the screen shot enter image description here )ie "ModuleNotFoundError: No module named 'pip._internal.vcs.git'" and i am not able to solve it out...please help me out on this

I would suggest reinstalling pip by following this link or installing miniconda here .

After installing miniconda, create a new environment (conda create --name NAME OF ENVIRONMENT python=3.6) and then activate it (conda activate NAME OF ENVIRONMENT).

Replace NAME OF ENVIRONMENT with your name of choice (2 environments can't have the same name). Anaconda is not needed for this, only miniconda.

Every time you make a new environment, a new pip is installed, ensuring that it will almost always work with ease.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM