pip - pip3 calls older Python versions on Mac OS X -


i trying install pyttsx3 using pip3. when enter pip3 install pyttsx3, following:

macbook-pro:~ captstephan$ pip3 install pyttsx3 traceback (most recent call last):   file "/users/captstephan/anaconda/bin/pip3", line 11, in <module>     load_entry_point('pip==9.0.1', 'console_scripts', 'pip3')()   file "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 561, in load_entry_point     return get_distribution(dist).load_entry_point(group, name)   file "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2630, in load_entry_point     raise importerror("entry point %r not found" % ((group, name),)) importerror: entry point ('console_scripts', 'pip3') not found 

i using macos sierra 10.12.6 , python 3.6.0 :: anaconda 4.3.1 (x86_64)

i can install ok pip (not pip3) doesn't seem work. search shows solution install pip3, gives rise above error.

edit: updating python 3.6.2 corrects problem, pyttsx3 not seem work correctly.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -