The metrics on the font file built on GitHub look good with glyph names like uniNNNN.
But it doesn't look right with a master branch local build. The glyph names are the actual characters.
So I tried to build the dev branch. Then I got this error:
ModuleNotFoundError: No module named 'pkg_resources'
Which I tried to fix by installing an older version of setuptools:
pipenv install "setuptools<82"
{
"key": "setuptools",
"package_name": "setuptools",
"installed_version": "81.0.0",
"required_version": "81.0.0",
"dependencies": []
}
But I'm still getting this error:
ModuleNotFoundError: No module named 'pkg_resources'
The metrics on the font file built on GitHub look good with glyph names like uniNNNN.
But it doesn't look right with a master branch local build. The glyph names are the actual characters.
So I tried to build the dev branch. Then I got this error:
ModuleNotFoundError: No module named 'pkg_resources'
Which I tried to fix by installing an older version of setuptools:
pipenv install "setuptools<82"
{
"key": "setuptools",
"package_name": "setuptools",
"installed_version": "81.0.0",
"required_version": "81.0.0",
"dependencies": []
}
But I'm still getting this error:
ModuleNotFoundError: No module named 'pkg_resources'