[issue37656] Can't pip install because of bisect_left

2019-07-23 Thread Brett Cannon


Brett Cannon  added the comment:

I'm going to close this as this is more likely an Anaconda or path problem than 
a CPython problem. But as Raymond said, chances are you have some other file 
named bisect on your sys.path.

--
nosy: +brett.cannon
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37656] Can't pip install because of bisect_left

2019-07-22 Thread Raymond Hettinger


Raymond Hettinger  added the comment:

Try deleting bisect.py from the Python37-32 directory.  I suspect there is a 
spurious bisect file there that in shadowing the intended standard library 
version which would be in Python37-32/lib.

--
nosy: +rhettinger

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37656] Can't pip install because of bisect_left

2019-07-22 Thread Peter Farrell


Change by Peter Farrell :


--
versions: +Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37656] Can't pip install because of bisect_left

2019-07-22 Thread Peter Farrell


New submission from Peter Farrell :

Not able to start up Anaconda because of an error including "cannot import 
bisect_left" whatever that means. I uninstalled and tried to reinstall. No 
luck. Finally uninstalled and can't pip install anything because of this exact 
error. Here's my screenshot.

--
files: pip_error.png
messages: 348308
nosy: Peter Farrell
priority: normal
severity: normal
status: open
title: Can't pip install because of bisect_left
Added file: https://bugs.python.org/file48499/pip_error.png

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com