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
Describe the bug
Seems to be an issue with the gsutil version used, python2 has been removed and the library six used to managed compatability is not being imported properly
/clang-format, skipping. [Err: Traceback (most recent call last):
File "/home/filip/Documents/git/java-cef/tools/buildtools/external_bin/gsutil/gsutil_4.68/gsutil/gsutil", line 21, in<module>gsutil.RunMain()
File "/home/filip/Documents/git/java-cef/tools/buildtools/external_bin/gsutil/gsutil_4.68/gsutil/gsutil.py", line 121, in RunMain
import gslib.__main__
File "/home/filip/Documents/git/java-cef/tools/buildtools/external_bin/gsutil/gsutil_4.68/gsutil/gslib/__main__.py", line 36, in<module>
from six.moves import configparser
ModuleNotFoundError: No module named 'six.moves'
]
Downloading 1 files took 0.082395 second(s)
Describe the bug
Seems to be an issue with the gsutil version used, python2 has been removed and the library six used to managed compatability is not being imported properly
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should build make file,
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context
Upgrading to 5.30 (the latest version) allows me to compile
java-cef/tools/buildtools/gsutil.py
Line 37 in 7a13412
Change here to
5.30
The text was updated successfully, but these errors were encountered: