-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make test-all not running #522
Comments
Following up on the earlier query, below is the complete trail of the failing make command. Any help is highly appreciated. --
======================================================================
|
Hi all, I think this error has been resolved. I went to the Makefile and converted all the 'python's to 'python3'. Also, I installed tables on my Mac, which was not previously there. |
sorry for slow response @timilak -- glad you got it figured out. Some os x systems default to |
I am trying to install QuantEcon on my Mac. When I run make install it runs fine but make test-all gives me a Module Not Found Error:
Running nosetests on test suite ...
nosetests -v
Failure: ModuleNotFoundError (No module named 'normal_form_game') ... ERROR
======================================================================
ERROR: Failure: ModuleNotFoundError (No module named 'normal_form_game')
The text was updated successfully, but these errors were encountered: