exxeleron / qPython

interprocess communication between Python and kdb+
http://www.devnet.de
Apache License 2.0
151 stars 90 forks source link

pip install failing #76

Open zak-b2c2 opened 4 years ago

zak-b2c2 commented 4 years ago

Hi,

I've got some issues installing with pip

Shouldn't pip install work here? I don't see numpy and other dependencies installed

ubuntu@host~$ mkvirtualenv test-qpython
Running virtualenv with interpreter /usr/bin/python2
New python executable in /home/ubuntu/.virtualenvs/test-qpython/bin/python2
Also creating executable in /home/ubuntu/.virtualenvs/test-qpython/bin/python
Installing setuptools, pkg_resources, pip, wheel...pydone.
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/predeactivate
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/postdeactivate
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/preactivate
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/postactivate
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/get_env_details

(test-qpython) ubuntu@host:~$ pip install qpython --no-cache-dir
Collecting qpython
  Downloading qPython-2.0.0.tar.gz (28 kB)
Building wheels for collected packages: qpython
  Building wheel for qpython (setup.py) ... done
  Created wheel for qpython: filename=qPython-2.0.0-py2-none-any.whl size=41152 sha256=992c52a3df5309c5d6344ec5523be1ed579756a5f8e3be3e43494df149b1ca21
  Stored in directory: /tmp/pip-ephem-wheel-cache-uVGIsq/wheels/ff/90/00/8e8e8aa78c1b6c4152db1b7ab753d1290532292f8ffca1f02b
Successfully built qpython
Installing collected packages: qpython
Successfully installed qpython-2.0.0

(test-qpython) ubuntu@host:~$ pip freeze
pkg-resources==0.0.0
qPython==2.0.0

Thanks, Zak