Advertisement
bobbuban

Untitled

Apr 16th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Command: DOIT
  2. Traceback (last last last call):
  3. File "c:{users\user\appdata\local\programs\python\python312\Lib\site-packages\shapely\ops.py", line 108, in linemerge
  4. source = MultiLineString([ls.coords for ls in lines])
  5. ^^^^^^^^^
  6. AttributeError: object 'tuple' has no attribute 'coords'
  7. Another exception occurred while the above exception was being handled:
  8. Traceback (most recent call last):
  9. File "C:\Users\User\Documents\zotov\gelling\wtf.py", line 65, in PyRxCmd_doit
  10. for pline in plines: # hex plines
  11. File "C:\Users\User\Documents\zotov\gelling\wtf.py", line 95, in get_plines
  12. line_strings = linemerge(line_points)
  13. ^^^^^^^^^^^^^^^^^^^^^^
  14. File "c:\users\user\appdata\local\programs\python\python312\Lib\site-packages\shapely\ops.py", line 110, in linemerge
  15. source = MultiLineString(lines)
  16. ^^^^^^^^^^^^^^^^^^^^^^
  17. File "c:{users\user\appdata\local\programs\python\python312\Libsite-packages\shapely\geometry\multilinestring.py", line 47, in __new__
  18. m = len(lines)
  19. ^^^^^^^^^^
  20. TypeError: object of type 'generator' has no len()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement