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
py ../HTTP/bin/makefsdata.py
Traceback (most recent call last):
File "C:\Users\guest\Desktop\mobility-charging\dlan-greenphy-sdk\Applications\HTTP\bin\makefsdata.py", line 6, in
from css_html_js_minify import html_minify, js_minify, css_minify
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\site-packages\css_html_js_minify_init_.py", line 11, in
from .minify import (process_single_html_file, process_single_js_file,
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\site-packages\css_html_js_minify\minify.py", line 28, in
from anglerfish import (check_encoding, check_folder, make_logger,
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\site-packages\anglerfish_init_.py", line 32, in
from anglerfish.get_clipboard import get_clipboard # noqa
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\site-packages\anglerfish\get_clipboard.py", line 18, in
Clipboard = NamedTuple("Clipboard", fields=(("copy", callable),
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\typing.py", line 2323, in NamedTuple
return _make_nmtuple(typename, fields, module=module)
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\typing.py", line 2248, in _make_nmtuple
types = {n: _type_check(t, f"field {n} annotation must be a type")
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\typing.py", line 2248, in
types = {n: _type_check(t, f"field {n} annotation must be a type")
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\typing.py", line 176, in _type_check
raise TypeError(f"{msg} Got {arg!r:.100}.")
TypeError: field fields annotation must be a type Got (('copy', ), ('paste', )).
make[1]: [makefile:61: pre-build] Error 1 (ignored)
css-html-js-minify : 2.2.2
beautifoulsoup4 : 4.11.1
OS : Windows 10
MCUXPresso : 11.5.1
The text was updated successfully, but these errors were encountered:
py ../HTTP/bin/makefsdata.py
Traceback (most recent call last):
File "C:\Users\guest\Desktop\mobility-charging\dlan-greenphy-sdk\Applications\HTTP\bin\makefsdata.py", line 6, in
from css_html_js_minify import html_minify, js_minify, css_minify
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\site-packages\css_html_js_minify_init_.py", line 11, in
from .minify import (process_single_html_file, process_single_js_file,
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\site-packages\css_html_js_minify\minify.py", line 28, in
from anglerfish import (check_encoding, check_folder, make_logger,
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\site-packages\anglerfish_init_.py", line 32, in
from anglerfish.get_clipboard import get_clipboard # noqa
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\site-packages\anglerfish\get_clipboard.py", line 18, in
Clipboard = NamedTuple("Clipboard", fields=(("copy", callable),
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\typing.py", line 2323, in NamedTuple
return _make_nmtuple(typename, fields, module=module)
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\typing.py", line 2248, in _make_nmtuple
types = {n: _type_check(t, f"field {n} annotation must be a type")
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\typing.py", line 2248, in
types = {n: _type_check(t, f"field {n} annotation must be a type")
File "C:\Users\guest\AppData\Local\Programs\Python\Python310\lib\typing.py", line 176, in _type_check
raise TypeError(f"{msg} Got {arg!r:.100}.")
TypeError: field fields annotation must be a type Got (('copy', ), ('paste', )).
make[1]: [makefile:61: pre-build] Error 1 (ignored)
css-html-js-minify : 2.2.2
beautifoulsoup4 : 4.11.1
OS : Windows 10
MCUXPresso : 11.5.1
The text was updated successfully, but these errors were encountered: