KxSystems / pyq

PyQ — Python for kdb+
http://code.kx.com/q/interfaces
Apache License 2.0
190 stars 49 forks source link

install pyq 4.0.2 on Redhat 2.6 #12

Closed alexzhang2010 closed 7 years ago

alexzhang2010 commented 7 years ago

Dear support,

We tries to install the latest version (4.0.2) of pyq on Redhat 2.6. But when launch pyq, I got share lib symbol linking issue. Is there a way to get around this?

Also, we tried to compile the pyq source (we did git clone https://github.com/enlnt/pyq ) but we could not find the Makefile. Is there a way to do the build ourselves?

Thanks for your help!

sashkab commented 7 years ago

Please provide following:

  1. Output of the cat /etc/redhat-release.
  2. Output of the uname -smpio.
  3. Command you used to install PyQ.
  4. Error message when you try to launch PyQ
  5. Version of the Python used: python -V.

Thank you.

abalkin commented 7 years ago

Also, we tried to compile the pyq source (we did git clone https://github.com/enlnt/pyq ) but we could not find the Makefile.

There is no Makefile. PyQ uses setup.py to define the build procedure, which is standard for building Python components. Please follow "Installing from source code" instructions.

abalkin commented 7 years ago

Since we have not heard back from @alexzhang2010, I assume his issue was resolved. For instructions on how to install PyQ on various platforms, see PyQ Installation Instructions.