-
Notifications
You must be signed in to change notification settings - Fork 12
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
Cannot import name Mapping from collections #16
Comments
I apologise for the stalled tmap version. This problem is similar to issue #15 You can see that this error was generated by the "networkx" rather than the "tmap" if you read the traceback. Because the requirement file has fixed the version of The file I will advise you to create a virtual environment using If you encounter other issues, please let me know. |
Hi, I have problem with using tmap. I installed tmap in a CentOS cluster. I used conda to install in a conda environment, where there are For example, when I import
|
@meddwl It sounds like it is a different issue and I believe it would be useful if you could give a screenshot or outputs from the installation. I don't think we have |
Sorry, my mistake. I mixed up the packages because they have the same name. I apologize for the distraction. And thank you for the answer. |
Hi,
I am having little difficulty in running "from tmap.tda import mapper, Filter" on python 3.10.
In Python 3.6 the code works perfectly fine.
I believe the problem is happening due to collections package as the Mapping is moved to collections.abc from collections. I changed that in my code.
Still the error is happening:
Importerror: cannot import name Mapping from collections (...../lib/python3.10/collections/init.py
Any idea how to fix it? Does Tmap run on python 3.10?
The text was updated successfully, but these errors were encountered: