Hello!
I was trying to run the prepare_dependencies python file to set up, but I keep running into this error and would like to ask if anyone has any idea what the issue is.
These files could not be found and will not be loaded.Traceback (most recent call last):
File "./prepare_dependencies.py", line 1161, in <module>
processed_packages = installer.Run()
File "./prepare_dependencies.py", line 1142, in Run
self.ProcessDependencyOrDie(key)
File "./prepare_dependencies.py", line 1130, in ProcessDependencyOrDie
value.Process()
File "./prepare_dependencies.py", line 544, in Process
self.Unpackage()
File "./prepare_dependencies.py", line 392, in Unpackage
self.MaybeTweakAfterUnpackage()
File "./prepare_dependencies.py", line 340, in MaybeTweakAfterUnpackage
open(marker, 'w').close()
This is followed by a FileNotFoundError stating that the "google-api-cpp-client-master\\external_dependencies\\gflags-2.2.0\\vsprojects\\libgflags\\_upgraded_vc" directory is missing.
Thank you in advance!