Skip to content
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

offering the binary whl file #93

Open
bigtan opened this issue Dec 21, 2015 · 7 comments
Open

offering the binary whl file #93

bigtan opened this issue Dec 21, 2015 · 7 comments

Comments

@bigtan
Copy link

bigtan commented Dec 21, 2015

Hi, John
I was thinking about whether we can offer the binary whl file in the pypi repo. It is rather complicated for a normal windows user to finish the compiling work. The library offered by ta-lib.org is 32bit only.

@mrjbq7
Copy link
Collaborator

mrjbq7 commented Jan 27, 2016

I'd love to be able to do this.

Do you know anyone that can help me build it properly on Windows?

@bigtan
Copy link
Author

bigtan commented Jan 28, 2016

http://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib
maybe you can download it here, and upload it to pypi under the permission of the author. you may find the author's information here: http://www.lfd.uci.edu/~gohlke/

If you don't want this way, I have just finished the compiling work of talib library under vs2015 both 32bit and 64bit. I can email this binary to you, and you can finish it yourself.

@JayJayGee
Copy link

Hi John,

Can you help me out. I'm trying to install the ta-lib; python setup.py install. But when it's trying to generate code I get fatal error C1002: compiler is out of heap space in pass 2.
Hope you can help me.

@mrjbq7
Copy link
Collaborator

mrjbq7 commented Feb 9, 2018

The cython generated C file is pretty large (255,000 lines or so) and thus requires a compiler with a fair amount of memory. I had reports of some gcc out of memory on VMs with small free memory but I haven't experienced that myself. How much memory is on the computer you are using?

@mrjbq7
Copy link
Collaborator

mrjbq7 commented Feb 9, 2018

Also, which compiler / platform?

@JayJayGee
Copy link

I used http://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib from mention of bigtan and it installed without a problem. Python running smoothly now.

Problem solved, sorry to've bothered you.

@alexangc
Copy link

Thank you for sharing the whl's link, I also had the c1002 error and that made it for me !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants