bergen288

Results 8 comments of bergen288

I didn't define ```CFLAGS, CXXFLAGS and LDFLAGS```. I expected they are defined in your makefile or something similar. Attached is the complete log file. Thanks. [turbodbc-4.1.1.tar.gz.log](https://github.com/blue-yonder/turbodbc/files/5698652/turbodbc-4.1.1.tar.gz.log)

@xhochy: Do you have any update on my issue? Thanks.

I checked your setup.py. Basically, you defined 3 platforms: darwin, win32, and others, which means AIX is in others group. So I defined UNIXODBC_INCLUDE_DIR and UNIXODBC_LIBRARY_DIR accordingly. Now I have...

I am confused with the following logic in your setup.py file. Apparently, turbodbc installation requires ```boost```. However, BOOST_ROOT is only defined in "win32" platform. Does BOOST_ROOT is required or not...

There are 4 major obstacles to compile boost on AIX7.2 server: 1. Not sure why, hard code ```gcc``` as below at line 499 in boost_1_73_0/tools/build/src/engine/build.sh will resolve "too many input...

Ok, the root cause is that no trade is triggered in handle_data function. Try to low the trigger condition from RSI 90/10 to 80/20 to avoid the issue. ``` def...

I had the same error. It is fixed per glemarivero's workaround. ```array_ops.py``` is inside ```C:\Users\xxxxxx\AppData\Local\Programs\Python\Python38\Lib\site-packages\tensorflow\python\ops'''. Somehow, I have to do it this way: ``` import tensorflow as tf ...... .........