Re: Errors in installation of matplotlib and pandas on Macbook

2016-06-30 Thread tommy yama
Hi there, Why you would not use pip and anaconda for panda installation? It seems much easier to do the same. https://www.continuum.io/downloads#_macosx

Re: Errors in installation of matplotlib and pandas on Macbook

2016-06-30 Thread Chris Angelico
On Thu, Jun 30, 2016 at 4:21 PM, Madhavan Bomidi wrote: > How should I modify the profile/configuration of locale permanently? Is it > possible to do this on terminal other than using 'export' command always and > including the commands in .bash_profile? > > How does this

Re: Errors in installation of matplotlib and pandas on Macbook

2016-06-30 Thread Madhavan Bomidi
Hello ChrisA, Thanks for your suggestion. I have typed the following on Terminal: $ locale LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL="C" How should I modify the profile/configuration of locale permanently? Is it possible to do this on

Re: Errors in installation of matplotlib and pandas on Macbook

2016-06-30 Thread Chris Angelico
On Thu, Jun 30, 2016 at 3:54 PM, Madhavan Bomidi wrote: > > Thanks for your suggestion. My script works fine when I run the command > 'export LC_ALL=en_AU.utf8' before starting python. > > I am from India and using US English and international keyboard. I also tried >

Re: Errors in installation of matplotlib and pandas on Macbook

2016-06-29 Thread Madhavan Bomidi
Hello ChrisA, Thanks for your suggestion. My script works fine when I run the command 'export LC_ALL=en_AU.utf8' before starting python. I am from India and using US English and international keyboard. I also tried using the command 'export LC_ALL=en_USA.utf8' and the python script works fine.

Re: Errors in installation of matplotlib and pandas on Macbook

2016-06-29 Thread Chris Angelico
On Thu, Jun 30, 2016 at 1:51 PM, Madhavan Bomidi wrote: > File > "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", > line 475, in _parse_localename > raise ValueError, 'unknown locale: %s' % localename > ValueError:

Re: Errors in installation of matplotlib and pandas on Macbook

2016-06-29 Thread Madhavan Bomidi
Can you please suggest me what I shall do to make sure all the libraries that I have indicated above work in python? I don't know how I can get back to obsolete version of Python. Please suggest me the commands or references of previous posts, if any. Thanks and regards, Madhavan --

Re: Errors in installation of matplotlib and pandas on Macbook

2016-06-29 Thread Lawrence D’Oliveiro
On Thursday, June 30, 2016 at 3:51:56 PM UTC+12, Madhavan Bomidi wrote: > Bomidis-MacBook-Pro:~ madhavan$ which python > /usr/local/bin/python Apple already includes a(n obsolete) version of Python with its OS. Trying to override this with a newer version could easily lead to conflicts. --

Errors in installation of matplotlib and pandas on Macbook

2016-06-29 Thread Madhavan Bomidi
Hello everyone, I am very new to Macbook and python. I have installed python through MacPorts and when I check if all the packages I required are installed properly, I get the following traceback errors for matplotlib and pandas packages. Can anyone suggest me how I can rectify the same? I