This sounds like your SymPy installation is broken. You can force reinstall it with 'conda install -f sympy'.
Also make sure you don't have a directory named "sympy" in your current directory as that can confuse Python and it will try to import that instead of the actual sympy. Aaron Meurer On Tue, Jan 22, 2019 at 9:50 PM Martin Castellon <[email protected]> wrote: > > Hello, > > I have installed SymPy with anaconda. I must use it for SaleOr, django > package for an ecommerce solution. When I try to runserver, it keeps on > telling this same error again and again. Any suggestions would be highly > appreciated!! > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/f61770a3-61ec-4825-ad6c-ccb4c0f6ec81%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6Lx0yoP8To0hyHfsgkBkym9SeKN7qrQibWrDzWNLCKASA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
