-
Notifications
You must be signed in to change notification settings - Fork 32
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
ModuleNotFoundError: No module named 'tmap.core'; 'tmap' is not a package #31
Comments
I installed
What is wrong? How can I fix it? |
Hi @liudongliangHI, thanks for the info. I bumped |
Hey @meddwl, it's a bit tricky to say--it looks like the package didn't install correctly, could you share more details on how you install it? Did you use: conda -n tmap-env -c tmap tmap Alternatively, you could try it with the new "beta" pip package: pip install tmap-viz |
I have also found this problem before, and it seems that it can be solved by updating to the latest version.
|
When I try to import Faerun, I find a bug.
This seems to be caused by a wrong import of your latest version,
from tmap.core import TMAPEmbedding
,I don't understand why this was inported, tmap seems to have no core or TMAPEmbedding.
I solved by downgrading to 0.4.0.
pip install faerun==0.4.0
However, I think you should fix this bug.
Thanks.
The text was updated successfully, but these errors were encountered: