-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Problem since update version #180
Comments
Perhaps you didn't fully update to the latest version? |
Can you show me what |
Also, what is the type of close? |
I feel something is missing yes. when I do any it says: couldn't find reference EMA in init.py if I do |
close is numpy array works fine when i like this |
I work with pycharm btw |
version : 0.4.16 |
something is weird here are you sure you deployed right version on git? |
The
|
Did you upgrade with |
no i installed from here https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib with this command pip install TA_Lib-0.4.16-cp36-cp36m-win32.whl otherwise it's close to impossible to run it on winx64 but on my mac I upgraded normally and still have the same issue |
Can you provide a ready to install Ta-lib for win x64 please? the compilation with make run never works properly |
I am not the maintainer of the underlying C library, so do not provide binaries for it. You can follow these instructions to create a 64-bit build for Windows: I probably should get a build environment that lets me produce "official" wheels instead of relying on gohlke. I haven't tested his version, although I would note that the one you pasted is "win32" not "win64". |
yes If i use win64 version to install it it won't work because my python is 32bit maybe i shouls get x64 version i'll see. but any way as I told you on mac I have the same issue and the installation comes from official source... how come? |
No idea.
Maybe delete all the ta-lib artifacts from the python site-packages (pip uninstall, or manually) and try reinstalling.
Something seems screwy with your installation that I have not seen before. It’s like you have two versions installed at the same time.
… On Feb 7, 2018, at 12:12 AM, saianwork ***@***.***> wrote:
yes If i use win64 version to install it it won't work because my python is 32bit maybe i shouls get x64 version i'll see. but any way as I told you on mac I have the same issue and the installation comes from official source... how come?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Closing old issue. |
Hi,
i get this error in a code that was working previsously
example:
import talib
ema12 = talib.EMA(close, timeperiod=12)
File "talib/func.pyx", line 7092, in talib.func.EMA (talib\func.c:79408)
your documentation doesn't work for me i've read already a lot of things no one seems to have the issue. I have it on mac and pc same code that was working before on both
thanks guys
The text was updated successfully, but these errors were encountered: