Closed phawkins closed 10 years ago
Hmm come to think of it, no one has posted any issues regarding needing the threading module. It has been in use since day 1. I will remove that from the README.
To answer your question, yes, threading is already included.
Yes, on Windows threading is installed already
OK thanks, it seemed like it was working with adding it to the pip install string, but wanted to make sure
When I try to run: pip install requests unidecode threading I get the error below when it gets to "threading"
This is on a windows 7 box, is threading already a part of the windows install?
PS C:\Python27> pip install requests unidecode threading Downloading/unpacking requests Downloading/unpacking unidecode Running setup.py (path:c:\users\user\appdata\local\temp\pip_build_hawk\unideco de\setup.py) egg_info for package unidecode
Downloading/unpacking threading Could not find any downloads that satisfy the requirement threading Cleaning up... No distributions at all found for threading Storing debug log for failure in C:\Users\user\pip\pip.log PS C:\Python27>