[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: -> re

[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 __

[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://ma

[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.