[SciPy-User] scikits.timeseries installation

Pierre GM pgmdevlist at gmail.com
Mon Apr 5 14:46:08 EDT 2010


On Apr 5, 2010, at 2:26 PM, David Kim wrote:
> 
> 
> Hello,
> 
> I am trying to install scikits.timeseries on Leopard 10.6.3. 

Please follow the instructions on this page
http://pytseries.sourceforge.net/installation.html

I don't think we have an easy_install/pip option yet. I'd recommend downloading the SVN sources and running 
python setup.py install
in the directory where you downloaded the sources.
Please don't hesitate to contact me if you have any problem with the compilation.

I note that you're trying to install the package directory into /Library/... I'm not sure it's the best option. Try to install the package locally, using for example:
python setup.py install --user
That way, you install the package in your home directory.
Alternatively, you can use a virtual environment 
http://www.doughellmann.com/projects/virtualenvwrapper/
(That's what I'm using on my 10.6.3 machine)





More information about the SciPy-User mailing list