I have installed pyq by following the instruction from https://pyq.enlnt.com/install/install.html#install.
I created a virtualenv py2 and downloaded kdb+ from https://kx.com/download/software-download.L.php?agree=willa382*-fyeERA332880aa2013 and unpacked it inside py2
unzip /home/username/Downloads/linuxx86.zip -d py2
Then installed pyq
pip install -i https://pyq.enlnt.com --no-binary pyq pyq
After that I typed
pyq
Now I am getting the following error
qbinpath = /home/usename/py2/q/l64/q
qbinpath = /home/username/q/l64/q
No such file or directory
I have searched for the qbinpath variable. It is inside a binary file at location
/home/username/pyq/path/to/virtualenv/bin/pyq
As such I am unable to run pyq in ubuntu.
Kindly help.