tmap icon indicating copy to clipboard operation
tmap copied to clipboard

AttributeError: module 'tmap' has no attribute 'layout_from_edge_list' on WSL2

Open brendaferrari opened this issue 3 years ago • 1 comments

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.

brendaferrari avatar Jun 14 '21 19:06 brendaferrari

I think that rebuilding from scratch is best option

Lerbytech avatar Jun 29 '21 14:06 Lerbytech