Fixed
Status Update
Comments
oy...@gmail.com <oy...@gmail.com> #2
The issue is reproducible with core-ktx 1.2.0 and 1.3.0-rc01.
mk...@google.com <mk...@google.com> #3
The Typeface.weight is not a weight of the underlying font file. It is a display style. On older APIs, the display style is adjusted if the Typeface is created from single font. However, after moving to CustomFallbackBuilder, that adjustment is removed since it can crate Typeface from multiple style font files.
Looks like it is good to set display style by ResourcesCompat.getFont for backward compatibility.
Description
Problem you have encountered:
Issues when installing the google cloud language library on the server from setup.py
Here is the install_requires in the setup.py file
It works well without any of the google packages.
Other information (workarounds you have tried, documentation consulted, etc):
This issue was originally reported here , a new Issue Tracker was opened to better track this issue.