reymond-group / tmap

A very fast visualization library for large, high-dimensional data sets.
http://tmap.gdb.tools
212 stars 30 forks source link

AttributeError: module 'tmap' has no attribute 'Minhash' #25

Open cgseitz opened 2 years ago

cgseitz commented 2 years ago

I am trying to install tmap. After installing through pip, I get the error AttributeError: module 'tmap' has no attribute 'Minhash'. I see that this issue previously created https://github.com/reymond-group/tmap/issues/22#issue-921161728 but no answer was given. How can I properly install tmap?

rflameiro commented 2 years ago

I have encountered the same problem, but only when I installed tmap using pip. Installing using conda solves this issue. In case you are using Google Colab:

!pip install -q condacolab
import condacolab
condacolab.install()

!conda install -c tmap tmap
jdkern11 commented 2 years ago

I wish we would all just use pypi instead of conda.

LucaCappelletti94 commented 1 month ago

I suppose that this is because they are no longer updating the pip version?