Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #65906

pip3.x error using LIST instead of list

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject pip3.x error using LIST instead of list
Date 2014-02-11 14:10 +0000
Newsgroups comp.lang.python
Message-ID <mailman.6667.1392127849.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

pip3.x error using LIST instead of list Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-11 14:10 +0000
  Re: pip3.x error using LIST instead of list Asaf Las <roegltd@gmail.com> - 2014-02-11 07:25 -0800

csiph-web