I am trying to install pynotify
for python 2.7 using Pip. I am doing this in Windows Powershell. I can looked around for a solution but have been unsuccessful. I am using windows 7.
My code:
Pip install pynotify
Error:
No local packages or download links found for binary-installer-built-with-distutils.exe
error: Could not find suitable distribution for Requirement.parse('binary-installer-built-with-distutils.exe')
I tried to install binary_installer_built_with_distutils.exe with easy_install:
easy_install binary_installer_built_with_distutils.exe
I get the following error message:
Couldn't find index page for 'binary_installer_built_with_distutils.exe' (maybe misspelled?)