Open cgseitz opened 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
I wish we would all just use pypi instead of conda.
I suppose that this is because they are no longer updating the pip version?
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?