KxSystems / pyq

PyQ — Python for kdb+
http://code.kx.com/q/interfaces
Apache License 2.0
190 stars 49 forks source link

Checking for python_dll makes pip installation impossible if you need to override python_dll #56

Closed nugend closed 6 years ago

nugend commented 6 years ago

Steps to reproduce the issue

install pyq through pip on a system where python has been built statically

You can attempt to override the python_dll path by using --global-options=configure --global-options="--python-dll=/my/path/to/libs" but it will fail because pip install runs python setup.py egg_info before running python setup.py install

Expected result

Don't throw an error when checking for python_dll in commands that don't require it.

sashkab commented 6 years ago

@nugend — we created template in order to speed up troubleshooting steps. Please answer following questions, so we could troubleshoot your issue.

Please provide steps to reproduce the issue.

Please provide actual result of installation of PyQ.

nugend commented 6 years ago

Oh, I shot my troubles already. This was for your benefit.