You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can check under /usr/bin/python3 for fontforge.
It has been checked and the return path is /usr/lib/python3/dist-packages/fontforge.cpython-38-x86_64-linux-gnu.so, but the error will still be prompted as follows :
File "/home/p520/公共的/lwq/code/deepvec-v2/deepvecfont-v2-main/data_utils/convert_ttf_to_sfd.py", line 56, in process
cur_font.selection.select(char1)
AttributeError: 'int' object has no attribute 'selection'
Why still prompt ModuleNotFoundError: No module named 'fontforge' after successfully downloading python3-fontforge
The text was updated successfully, but these errors were encountered: