I am trying to install pyq on 64 bit Ubuntu. I have a 64 bit KDB+ license. I followed the steps given in Pyq Installation for installing in a licensed Kdb+.
I created a virtual environment.
pip install virtualenv
mkdir python-virtual-environments && cd python-virtual-environments
pyvenv env
source env/bin/activate
Unzipped the kdb+ 64 bit file
mkdir -p ${VIRTUAL_ENV}/q && unzip path/to/m64.zip -d ${VIRTUAL_ENV}/q
copied the license and installed pyq
git clone https://github.com/enlnt/pyq.git
pip install <path to the source>
I have also done the same process by creating a virtual environment using Conda.
In both cases, when I run pyq in the Terminal, I am getting the following error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named pyq
'2017.10.11T06:10:31.641 python
Please help.
Also when I try to install pyq using
pip install -i https://pyq.enlnt.com --no-binary pyq pyq`
I get
Requirement already satisfied: pyq in /usr/local/lib/python2.7/dist-packages