We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment import of the latest package just fails w/o Numba. Can we make it fail a bit more gracefully, with a suitable error message?
The text was updated successfully, but these errors were encountered:
Added support for graceful message to 43dca4a in PR #211
Python 3.5.0 |Anaconda 2.4.0 (64-bit)| (default, Oct 19 2015, 21:57:25) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import quantecon Traceback (most recent call last): File "/home/matthewmckay/repos-collab/QuantEcon.py/quantecon/__init__.py", line 6, in <module> import numba ImportError: No module named 'numba' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/matthewmckay/repos-collab/QuantEcon.py/quantecon/__init__.py", line 8, in <module> raise ImportError("Cannot import numba from current anaconda distribution. Please run `conda install numba` to install the latest version.") ImportError: Cannot import numba from current anaconda distribution. Please run `conda install numba` to install the latest version.
Sorry, something went wrong.
@jstac closing this issue now.
No branches or pull requests
At the moment import of the latest package just fails w/o Numba. Can we make it fail a bit more gracefully, with a suitable error message?
The text was updated successfully, but these errors were encountered: