30

>Instructions in the manual -
1. Install Python 3.5
2. After installation is complete, open a new terminal/command prompt window and run 'pip install pandas'
3. Done!

>Client
1. Installs Python 3.7.2
2. Types Python in command prompt, types 'pip install pandas' there
3. Raises a hue and cry over the program not working because the instructions were not clear

Smfh...

Comments
  • 2
    @maushax certain changes in behavior break things, and some third-party modules change drastically between versions and/or require certain Python versions to install/run right.
Add Comment