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 'layout_from_edge_list' on WSL2 #21

Open
brendaferrari opened this issue Jun 14, 2021 · 1 comment

Comments

@brendaferrari
Copy link

I'm trying to run the "Laying out a Simple Graph" script on WSL2 and I'm getting this problem:

Traceback (most recent call last):
  File "tmap.py", line 40, in <module>
    main()
  File "tmap.py", line 18, in main
    x, y, s, t, _ = tm.layout_from_edge_list(
AttributeError: module 'tmap' has no attribute 'layout_from_edge_list'

I saw that a person had this issue running on MAC OS and I would like to know if the module has been tested on WSL2 environment or If I am doing something wrong to run the module.

@Lerbytech
Copy link

I think that rebuilding from scratch is best option

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

2 participants