Installation

45 views
Skip to first unread message

Emilio Alberto Soltero

unread,
Nov 25, 2013, 7:50:17 PM11/25/13
to sy...@googlegroups.com
For the love of God How do you install Sympy. I have installed in PC Python 3.3.3 and download Sympy latest version 0.7.3 I looked for youtube  videos, try to follow instructions but no luck can anybody help thanks

Ondřej Čertík

unread,
Nov 25, 2013, 8:07:18 PM11/25/13
to sympy
Hi Emilio,
From your G+ account it seems that you are using Windows? If so, then
I think you need
to install Python 2 from python.org (I didn't find any Python 3.3 installers):

http://www.python.org/download/releases/2.7.6/

i.e.: http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi

and then install this SymPy installer:

https://github.com/sympy/sympy/releases/download/sympy-0.7.3/sympy-0.7.3.win32.exe

(I got this link from the Downloads link at http://sympy.org/en/index.html).

Let us know if this works.

Ondrej

Ondřej Čertík

unread,
Nov 25, 2013, 8:07:57 PM11/25/13
to sympy
On Mon, Nov 25, 2013 at 6:07 PM, Ondřej Čertík <ondrej...@gmail.com> wrote:
> Hi Emilio,
>
> On Mon, Nov 25, 2013 at 5:50 PM, Emilio Alberto Soltero
> <emilio....@gmail.com> wrote:
>> For the love of God How do you install Sympy. I have installed in PC Python
>> 3.3.3 and download Sympy latest version 0.7.3 I looked for youtube videos,
>> try to follow instructions but no luck can anybody help thanks
>
> From your G+ account it seems that you are using Windows? If so, then
> I think you need
> to install Python 2 from python.org (I didn't find any Python 3.3 installers):

What I mean to write is that I didn't find any Python 3.3 installers of SymPy.

Aaron Meurer

unread,
Nov 25, 2013, 8:11:58 PM11/25/13
to sy...@googlegroups.com
I would recommend using Anaconda to get SymPy. You will also get the
IPython notebook, Matplotlib, NumPy, and a bunch of other useful
packages. Trying to install things in Windows is otherwise a huge
pain, especially since we don't make Windows installers any more.

If you want to use Python 3, you can download Anaconda and create a
Python 3 environment using conda, or download Miniconda3
(http://repo.continuum.io/miniconda/index.html) and then run "conda
install anaconda" in the command prompt.

Another option, if you really *just* want SymPy is to use the
Christoph Gohlke installer
(http://www.lfd.uci.edu/~gohlke/pythonlibs/#sympy). But if you want
anything beyond SymPy I highly recommend using Anaconda.

Aaron Meurer
> --
> You received this message because you are subscribed to the Google Groups "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
> To post to this group, send email to sy...@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy.
> For more options, visit https://groups.google.com/groups/opt_out.

Ondřej Čertík

unread,
Nov 25, 2013, 8:18:13 PM11/25/13
to sympy
On Mon, Nov 25, 2013 at 6:11 PM, Aaron Meurer <asme...@gmail.com> wrote:
> I would recommend using Anaconda to get SymPy. You will also get the
> IPython notebook, Matplotlib, NumPy, and a bunch of other useful
> packages. Trying to install things in Windows is otherwise a huge
> pain, especially since we don't make Windows installers any more.

Yeah, that's a better option for Windows. Here is the link to Anaconda:

https://store.continuum.io/cshop/anaconda/

just click on the "Download Anaconda" button.

Ondrej

Emilio Alberto Soltero

unread,
Nov 25, 2013, 8:25:28 PM11/25/13
to sy...@googlegroups.com
Thank you let me give this a try truly thank you very much I have been going at it for 2 days

Emilio Alberto Soltero

unread,
Nov 25, 2013, 11:06:02 PM11/25/13
to sy...@googlegroups.com
Me again if Anaconda is installed automatically do I have the packages( Sympy, Numpy Matplotlib etc)  installed already Thanks

On Monday, November 25, 2013 4:50:17 PM UTC-8, Emilio Alberto Soltero wrote:

Aaron Meurer

unread,
Nov 25, 2013, 11:16:21 PM11/25/13
to sy...@googlegroups.com
Yep, those all come with Anaconda.

Aaron Meurer

Emilio Alberto Soltero

unread,
Nov 25, 2013, 11:27:33 PM11/25/13
to sy...@googlegroups.com
On program I see a launcher I see only 3 programs ipytho- notebook  ipython-qtconsole  spider-app  Does the program can show the programs you mention I really appreciate your time and knowledge thanks

On Monday, November 25, 2013 4:50:17 PM UTC-8, Emilio Alberto Soltero wrote:

Emilio Alberto Soltero

unread,
Nov 25, 2013, 11:32:39 PM11/25/13
to sy...@googlegroups.com
I saw programs by typing conda list now I am working how to access them thanks


On Monday, November 25, 2013 4:50:17 PM UTC-8, Emilio Alberto Soltero wrote:

Aaron Meurer

unread,
Nov 26, 2013, 12:48:07 AM11/26/13
to sy...@googlegroups.com
Use the IPython notebook or IPython qtconsole. Type:

from sympy import init_session
init_session()

That will give you a SymPy session.

You can also get SymPy in the console by typing isympy, but the
IPython one is generally nicer because of the LaTeX pretty printing.

Aaron Meurer

Emilio Alberto Soltero

unread,
Nov 26, 2013, 6:07:26 PM11/26/13
to sy...@googlegroups.com
to start a session with  other (Numpy, Matplotlib, etc) do I do the same thanks

 

On Monday, November 25, 2013 4:50:17 PM UTC-8, Emilio Alberto Soltero wrote:

Ondřej Čertík

unread,
Nov 27, 2013, 2:04:17 PM11/27/13
to sympy
Hi Emilio,

On Tue, Nov 26, 2013 at 4:07 PM, Emilio Alberto Soltero
<emilio....@gmail.com> wrote:
> to start a session with other (Numpy, Matplotlib, etc) do I do the same

Yes, just start the IPython notebook, and use NumPy, Matplotlib from it.

Ondrej
Reply all
Reply to author
Forward
0 new messages