Pokemon-Terminal icon indicating copy to clipboard operation
Pokemon-Terminal copied to clipboard

Error installing using `pip3 install git+https://github.com/LazoCoder/Pokemon-Terminal.git `

Open MiChaelinzo opened this issue 2 years ago • 1 comments

  ERROR: Error [WinError 2] The system cannot find the file specified while executing command git version
ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

MiChaelinzo avatar Feb 25 '23 10:02 MiChaelinzo

The error message pretty much sums it up - to install python packages via git, you need to have git installed on your machine. Do you have git installed? If not, that's the easy fix :slightly_smiling_face: Otherwise there might be something weird going on with you PATH.

cnschn avatar Jul 12 '24 06:07 cnschn