can't import harmony
MartinMestdagh opened this issue · 2 comments
MartinMestdagh commented
Hi my name is Martin and i want to use harmony for my data but i have a little problem
import harmony
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.5/dist-packages/harmony/init.py", line 1, in
from . import core
File "/usr/local/lib/python3.5/dist-packages/harmony/core.py", line 58
print(f'Constucting affinities between {t1} and {t2}...')
^
Can you help me to understand this error?
Do I have the right version of Python to use harmony and palantir?
thanks for your help
ManuSetty commented
Harmony has been designed to work with Python 3.6 or greater. Please upgrade your python version and let us know if you still run into issues.
MartinMestdagh commented
thanks for your help!