Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: a bytes-like object is required, not 'str' #20

Open
ubuntupunk opened this issue Oct 23, 2021 · 0 comments
Open

TypeError: a bytes-like object is required, not 'str' #20

ubuntupunk opened this issue Oct 23, 2021 · 0 comments

Comments

@ubuntupunk
Copy link

With Python 3.8.10

Current dir: /home/<user>/dep/skia/out/Release-x64/
Command: python /home/<user>/dep/skia/gn/is_clang.py cc c++
Returned 1.
stderr:

Traceback (most recent call last):
  File "/home/<user>/dep/skia/gn/is_clang.py", line 12, in <module>
    if ('clang' in subprocess.check_output('%s --version' % cc, shell=True) and
TypeError: a bytes-like object is required, not 'str'

@skia Please indicate which python should be used to compile this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant