Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cgseitz opened this issue Nov 30, 2021 · 3 comments
Open

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

cgseitz opened this issue Nov 30, 2021 · 3 comments

Comments

@cgseitz
Copy link

cgseitz commented Nov 30, 2021

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 #22 (comment) but no answer was given. How can I properly install tmap?

@rflameiro
Copy link

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
Copy link

jdkern11 commented Feb 8, 2022

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

@LucaCappelletti94
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants