-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing pyq on redhat 2.7 with anaconda 5.0 #32
Comments
You might want to try code changes from #29. |
We are working on improving the situation for conda users. Meanwhile, the workaround is to add a [config]
python_dll=libpython3.6m.so See Installing from source code for details on how to obtain PyQ source code. |
I tried to install via source by having this setup.cfg. But I got some other error message
I'm using Miniconda3 (x86) on CentOS 6.9 (x64). kdb+ binary is 32 bit. |
This is odd. What version of kdb+ do you use? What do you see when you enter the following command? nm $QHOME/l32/q | grep dot Please note that we recently started using Miniconda in the Travis CI builds. You can follow the steps from the log or from .travis.yml. |
@abalkin if I simply run Second I also see this message when I try to import |
Starting with release, 4.1.4 use conda install -c kx -c enlnt pyq to install both kdb+ and PyQ. |
I tried to install pyq with python 3.6 under anaconda 5.0. I got the following error:
I took a look at setup.py, looks like pyq installer is looking for python shared library libpython3.6m.so by using ldd But in this case, the share lib has been statically compiled into python3.6 executable. How do I get around this issue?
The text was updated successfully, but these errors were encountered: