Cannot run pyq with 64bit kdb+
See original GitHub issueHi, I am trying to install pyq in a python virtualenv, following the instructions here, with a licensed copy of kdb (64bit). Installation goes fine, but when I try to run pyq I get the following error:
(krypton_env_64) giovanni@mymachine ~$ pyq
qbinpath = /home/giovanni/workspace/krypton_env_64/q/l64/q
qbinpath = /home/giovanni/workspace/krypton_env_64/q/l64/q
qbinpath = /home/giovanni/workspace/krypton_env_64/q/l64/q
qbinpath = /home/giovanni/q/l64/q
No such file or directory
Although, as you can see, the q binary is there:
(krypton_env_64) giovanni@mymachine ~$ ls -R /home/giovanni/workspace/krypton_env_64/q/
/home/giovanni/workspace/krypton_env_64/q/:
k4.lic l64 p.k pyq-config.q pyq-operators.q python.q q.k
/home/giovanni/workspace/krypton_env_64/q/l64:
p.so q
Could you please advise on how to handle this issue?
I’m using Python 3.6.1 |Continuum Analytics, Inc.| (default, May 11 2017, 13:09:58) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
"No such file or directory" error while running pyq in Ubuntu ...
From your description, it appears that you have a standard 64-bit Python and attempt to use it with the free 32-bit edition of...
Read more >Need help installing pyq - KX Community - 10575
1) uname -m showing x86_64 · 2) I have installed KDB+ 64 bit version. By using command q directly in terminal it gives...
Read more >pyq installation error - Google Groups
Not able to install pyq on RHEL developer desktop. I am using python3.6 and kdb (64 bit). Below is the error snippet. /home/ajay$...
Read more >Installing PyQ | Interfaces | kdb+ and q documentation
PyQ can be installed using the standard Python package management tool pip . Installing Python Modules. To install the latest version, run the...
Read more >Installing kdb+ | Learn | kdb+ and q documentation
You can run kdb+ on Linux, macOS, or Windows. ... You have the 64-bit On Demand Personal Edition interpreter, licensed for non-commercial use....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try following:
thanks a lot, sashkab!