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

cannot import name 'Converter' from 'attr' #1021

Open
jansindl3r opened this issue Aug 19, 2024 · 0 comments
Open

cannot import name 'Converter' from 'attr' #1021

jansindl3r opened this issue Aug 19, 2024 · 0 comments

Comments

@jansindl3r
Copy link

Happens in DrawBot, having latest glyphsLib 6.8.1

Had to uninstall attrs and manually install attrs==22.1.0

when running ufos = glyphsLib.load_to_ufos("<file_name>")

  File "most.py", line 6, in <module>
  File "/Users/jansindler/Library/Application Support/DrawBot/Python3.9/glyphsLib/__init__.py", line 68, in load_to_ufos
  File "/Users/jansindler/Library/Application Support/DrawBot/Python3.9/glyphsLib/builder/__init__.py", line 70, in to_ufos
  File "/Users/jansindler/Library/Application Support/DrawBot/Python3.9/glyphsLib/builder/builders.py", line 93, in __init__
  File "/Users/jansindler/Library/Application Support/DrawBot/Python3.9/ufoLib2/__init__.py", line 5, in <module>
  File "/Users/jansindler/Library/Application Support/DrawBot/Python3.9/ufoLib2/objects/__init__.py", line 3, in <module>
  File "/Users/jansindler/Library/Application Support/DrawBot/Python3.9/ufoLib2/objects/anchor.py", line 5, in <module>
  File "/Users/jansindler/Library/Application Support/DrawBot/Python3.9/attrs/__init__.py", line 3, in <module>
ImportError: cannot import name 'Converter' from 'attr' (/Applications/DrawBot.app/Contents/Resources/lib/python39.zip/attr/__init__.pyc)```
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

1 participant