Replies: 1 comment 1 reply
-
Hi, I installed linux wsl2 and installed fontbakery there. This works. Best Jan |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi fontbakery community,
thanks for this toolset. It helps really to improve the quality of fonts for independent type foundaries. I use fontbakery and its check system on every release I do, or did. Now, I run into problems to execute the code. The problems started, as I updated to PowerShell 7 x64, even going back to the old version or using CMD didn't work. I tested on two different computers, with now the same result. I work with python 3.7 and updated fontbakery to 0.8.10. Do you have a clue, what might be the cause of this.
Thanks for your valuable time
Jan
PS C:\Users\JHA> py -3.7 -m fontbakery 'check-adobefonts' D:\FONTS_EIGENE_FONTS\TIMES_NOW\03_DESIGN\MASTER\TIMES_NOW_1.004\RELEASE\TEST_METAINFO_TIMES_NOW\JHA_TIMES_NOW_CN_09-ExtraLight.otf
Traceback (most recent call last):
File "C:\Python37\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "C:\Python37\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Python37\lib\site-packages\fontbakery_main.py", line 4, in
fontbakery.cli.main()
File "C:\Python37\lib\site-packages\fontbakery\cli.py", line 54, in main
run_profile_check(subcommand_module[6:])
File "C:\Python37\lib\site-packages\fontbakery\cli.py", line 27, in run_profile_check
sys.exit(check_profile_main(module.profile))
File "C:\Python37\lib\site-packages\fontbakery\commands\check_profile.py", line 352, in main
distribute_generator(status_generator, [reporter.receive for reporter in reporters])
File "C:\Python37\lib\site-packages\fontbakery\checkrunner.py", line 595, in distribute_generator
target(item)
File "C:\Python37\lib\site-packages\fontbakery\reporters_init.py", line 132, in receive
self._output(event)
File "C:\Python37\lib\site-packages\fontbakery\reporters\terminal.py", line 189, in _output
text = self._render_event(event)
File "C:\Python37\lib\site-packages\fontbakery\reporters\terminal.py", line 581, in _render_event
self._render_event_async(print, event)
File "C:\Python37\lib\site-packages\fontbakery\reporters\terminal.py", line 573, in _render_event_async
self._render_event_sync(print, event)
File "C:\Python37\lib\site-packages\fontbakery\reporters\terminal.py", line 400, in _render_event_sync
self.stdout.write(text)
File "C:\Python37\lib\site-packages\fontbakery\reporters\terminal.py", line 125, in write
self.flush()
File "C:\Python37\lib\site-packages\fontbakery\reporters\terminal.py", line 131, in flush
progressbar, reset_progressbar = self._draw_progressbar()
File "C:\Python37\lib\site-packages\fontbakery\reporters\terminal.py", line 305, in draw_progressbar
columns = int(columns_entry[0].split()[1])
IndexError: list index out of range
Beta Was this translation helpful? Give feedback.
All reactions