Skip to content

Ex2字体无法识别by4组吴沈荣 #56

@He1he2

Description

@He1he2

使用CentOS7.6时,出现关于ttc文件的报错时,可能时wordcloud与pillow版本不对应。
先运行pip3 install wordcloud可以查看已经安装的cloudword和pillow版本
然后到网上查找对应版本,比如对于pillow8.4.0版本,可以安装wordcloud1.8.2.2
先卸载wordcloud
pip3 uninstall wordcloud
重新安装
sudo pip3 install wordcloud==1.8.2.2 -i https://pypi.tuna.tsinghua.edu.cn/simple

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions