question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot run pyq with 64bit kdb+

See original GitHub issue

Hi, 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:closed
  • Created 6 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
sashkabcommented, Nov 13, 2019

Try following:

CPUS=0 pyq
0reactions
RemKamalcommented, Nov 13, 2019

thanks a lot, sashkab!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found