dpeerlab/Harmony

can't import harmony

MartinMestdagh opened this issue · 2 comments

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

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.

thanks for your help!