olivierverdier / odelab

Numerical simulation of ODEs in python.

Home Page:http://olivierverdier.github.io/odelab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Newton is missing

OrbitalMechanic opened this issue · comments

I'm attempting to install and test odelab on a Mac Pro (desktop) running Mac OS X ver. 10.12.6, Sierra, under the Anaconda distribution of Python 3.6.4. The installation appeared to be successful, but the problem I'm having is testing the installation.

Running the command, py.test tests, I get error messages saying that the module Newton could not be found (see attached file). Are there additional files/modules I need to install?

Please advise.

Sam Dupree.

odelab_installation_test.txt

In backing through previous opened issues I found the procedure for obtaining newton. I've installed newton and padexp successfully. The present issue I have is in running the tests. The file attached to this note shows the remaining issues/errors I've encountered. One of the errors occurs at line 118 of odelab/store.py and causes the message "AttributeError: 'File' object has no attribute 'FileNode'."

Please advise.

Sam Dupree.

odelab_test_rev-2.txt