codesidian / Python-MissionChiefBot

A Python bot for the online game MissionChief
Other
13 stars 15 forks source link

Pip Missing #59

Closed d-sndd closed 3 years ago

d-sndd commented 3 years ago

Describe the bug 'Pip' missing.

To Reproduce Steps to reproduce the behavior:

  1. Open the bat file
  2. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots http://prntscr.com/101vr6a

Desktop (please complete the following information): Chrome V 1.1

jackbayliss commented 3 years ago

@DesignedDeveloper This is quite simple, you don't have pip installed. Pip should come with Python as far as I know. Ensure you install Python properly, you can see if pip is installed correctly simply by typing pip in the cmd console.

This is more of a setup issue on your end, so therefore not a bug. If it still occurs, google how to install pip.