-
Notifications
You must be signed in to change notification settings - Fork 35
Description
I've been using pip-review for a while, but it has just seemed to stop working recently. when I try to run it on the command line with the -i option, it just sits and hangs and never returns anything. I finally have to Ctrl-C to get out of it, then it shows:
C:\Users>pip-review -i
Operation cancelled by user
Traceback (most recent call last):
File "c:\python27\lib\runpy.py", line 162, in run_module_as_main
"main", fname, loader, pkg_name)
File "c:\python27\lib\runpy.py", line 72, in run_code
exec code in run_globals
File "c:\Python27\Scripts\pip-review.exe_main.py", line 9, in
File "c:\Python27\Lib\site-packages\pip_review_main.py", line 201, in main
outdated = get_outdated_packages(forwarded)
File "c:\Python27\Lib\site-packages\pip_review_main_.py", line 185, in get_outdated_packages
output = check_output(command).decode('utf-8')
File "c:\python27\lib\subprocess.py", line 567, in check_output
output, unused_err = process.communicate()
File "c:\python27\lib\subprocess.py", line 791, in communicate
stdout = _eintr_retry_call(self.stdout.read)
File "c:\python27\lib\subprocess.py", line 476, in _eintr_retry_call
return func(*args)
KeyboardInterrupt
I'm using Python 2.7.11 on a Windows 7 machine.