← Back to team overview

yade-users team mailing list archive

[Question #682685]: Failed in importing sympy in yade

 

New question #682685 on Yade:
https://answers.launchpad.net/yade/+question/682685

Hello,
I want to use sympy to solve equations in yade script. I have installed sympy in Ubuntu because there is no error when I open python3 and import sympy in terminal. However, when I import sympy in yade, it failed as:
In [1]: import sympy
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/usr/bin/yade in <module>()
----> 1 import sympy

ImportError: No module named sympy

My yade version  is 2018.02b, my Ubuntu version is 18.04.
Could you please help me with that?
Thanks.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.