-
Notifications
You must be signed in to change notification settings - Fork 55
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
An error "No module named 'quantmod.theming' #4
Comments
Can you test in non-jupyter python? |
Yes, now it works well,it's my fault.Thanks! |
Hello, |
same here |
this is install mistake. setup.py:
|
When I replace it and run python setup.py install I get this error |
Hi Jack ,thanks for the response.
When I tested my installation through "import quantmod as qm", it reports an error "No module named 'quantmod.theming'", I found it happened in the "~\quantmod-0.1.3-py3.6.egg\quantmod\factory.py " ,line 14.
My jupyter version is 4.3.0, python version is 3.6, TA-Lib vesion is 0.4.0.
So I wonder what's wrong. Thanks.
The text was updated successfully, but these errors were encountered: