sympy / scipy-2017-codegen-tutorial

SymPy code generation tutorial at SciPy 2017
http://www.sympy.org/scipy-2017-codegen-tutorial/
Other
61 stars 26 forks source link

SymPy is not being found on the Travis OSX builds #16

Closed moorepants closed 7 years ago

moorepants commented 7 years ago
$ python test_installation.py

SymPy must be installed for the tutorial

Traceback (most recent call last):

  File "test_installation.py", line 10, in <module>

    if sympy.__version__ != '1.1':

NameError: name 'sympy' is not defined

It seems like it gets installed, but this is failing. Haven't looked deep into it.