When I try to install pykx I get this error below:
(base) user-MBP:~ $ pip install pykx
Looking in indexes: https://pypi.org/simple, https://pypi.anaconda.org/kx/simple
ERROR: Could not find a version that satisfies the requirement pykx (from versions: none)
ERROR: No matching distribution found for pykx
(base) user-MBP:~ $
I have also tried to install with using anaconda but still run into the same issues of it not being able to find pykx
Python and Pip versions:
(base) user-MBP:~$ python --version
Python 3.12.7
(base) user-MBP:~$ pip --version
pip 24.2 from /opt/anaconda3/lib/python3.12/site-packages/pip (python 3.12)
(base) user-MBP:~$
Output:
(base) user-MBP:~ $ python
Python 3.12.7 | packaged by Anaconda, Inc. | (main, Oct 4 2024, 08:28:27) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import distutils
>>> distutils.util.get_platform()
'macosx-10.15-x86_64'
>>>
Following this guide fixes my issues (x86 Mac):
https://github.com/KxSystems/pykx?tab=readme-ov-file#building-from-source