pip3.x error using LIST instead of list

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Feb 11 09:10:32 EST 2014


As the subject line says, details below.

c:\Python34\Scripts>pip3.4 LIST
Traceback (most recent call last):
   File "C:\Python34\lib\runpy.py", line 189, in _run_module_as_main
     "__main__", mod_spec)
   File "C:\Python34\lib\runpy.py", line 87, in _run_code
     exec(code, run_globals)
   File "c:\Python34\Scripts\pip3.4.exe\__main__.py", line 9, in <module>
   File "C:\Python34\lib\site-packages\pip\__init__.py", line 177, in main
     cmd_name, cmd_args = parseopts(initial_args)
   File "C:\Python34\lib\site-packages\pip\__init__.py", line 156, in 
parseopts
     cmd_args.remove(args_else[0].lower())
ValueError: list.remove(x): x not in list

Is this a known problem, should I raise a bug against pip, what is the 
best course of action?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com





More information about the Python-list mailing list