-
-
Notifications
You must be signed in to change notification settings - Fork 471
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
java.io.IOException: Error downloading ...: Read timed out #384
Comments
did you install opencv? if you not then type |
There is a problem with your network. |
Sir , Sorry to bother you again I tried to run the code again in good network but still facing issues. Traceback (most recent call last): |
The important part of the log has been omitted, but I guess you've not finished the 8th step. |
Sir I have changed the nuget path and sha256 checksum but facing these errors. Server terminated abruptly (error code: 2, error message: 'Stream removed', log file: 'c:_bzl\hlvrulrq\server\jvm.out') Traceback (most recent call last): |
@PallaviPandurangPawar Please retry it a few times. P.S.
If you mean you've changed OpenCV path, it's OK but you don't need to do that. |
@gabbar69 It looks to me like you're trying to run a scam. Can you tell me what the purpose is? |
Sir, I resolved my nuget issue and tried to run the file again but got these errors. INFO: Analyzed target //mediapipe_api:opencv_libs (0 packages loaded, 2 targets configured). |
Sir/ma'am,
Can you please give a solution to solve this error.
System information
Describe the problem
Facing issue during the installation
Steps to reproduce the issue
Provide the exact sequence of commands / steps that you executed before running into the problem.
set BAZEL_VC= C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC
set BAZEL_VS= C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
set BAZEL_VC_FULL_VERSION=14.29.30133
set BAZEL_WINSDK_FULL_VERSION=10.0.19041.0
pip install virtualenv
virtualenv env
env\Scripts\activate
pip install numpy
dir
set PYTHON_BIN_PATH=
C:\Users\pawar\link\MediaPipeUnityPlugin\env\Scripts\python.exe
python build.py build --desktop cpu --include_opencv_libs -v
Full logs
Additional context
Add any other context about the problem here.
ERROR: An error occurred during the fetch of repository 'com_google_mediapipe':
Traceback (most recent call last):
File "C:/_bzl/sidmbi55/external/bazel_tools/tools/build_defs/repo/http.bzl", line 111, column 45, in _http_archive_impl
download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://github.com/google/mediapipe/archive/v0.8.9.tar.gz] to C:/_bzl/sidmbi55/external/com_google_mediapipe/temp9506750363564723181/v0.8.9.tar.gz: Read timed out
ERROR: Error fetching repository: Traceback (most recent call last):
File "C:/_bzl/sidmbi55/external/bazel_tools/tools/build_defs/repo/http.bzl", line 111, column 45, in _http_archive_impl
download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://github.com/google/mediapipe/archive/v0.8.9.tar.gz] to C:/_bzl/sidmbi55/external/com_google_mediapipe/temp9506750363564723181/v0.8.9.tar.gz: Read timed out
ERROR: error loading package '': Encountered error while reading extension file 'apple/repositories.bzl': no such package '@build_bazel_rules_apple//apple': no such package '@com_google_mediapipe//third_party': java.io.IOException: Error downloading [https://github.com/google/mediapipe/archive/v0.8.9.tar.gz] to C:/_bzl/sidmbi55/external/com_google_mediapipe/temp9506750363564723181/v0.8.9.tar.gz: Read timed out
INFO: Elapsed time: 280.968s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
Fetching @build_bazel_rules_apple; Restarting. 238s
Traceback (most recent call last):
File "C:\Users\pawar\link\MediaPipeUnityPlugin\build.py", line 451, in
Argument().command().run()
File "C:\Users\pawar\link\MediaPipeUnityPlugin\build.py", line 113, in run
self._run_command(self._build_proto_srcs_commands())
File "C:\Users\pawar\link\MediaPipeUnityPlugin\build.py", line 53, in _run_command
return subprocess.run(' '.join(command_list), check=True, shell=shell)
File "C:\Python\Python39\lib\subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'bazel --output_user_root C:/_bzl build -c opt --action_env PYTHON_BIN_PATH="C://Users//pawar//ink//MediaPipeUnityPlugin//env//Scripts//python.exe" --action_env ProgramData --action_env PROCESSOR_ARCHITECTURE --action_env PROCESSOR_IDENTIFIER --action_env PROCESSOR_LEVEL --action_env PROCESSOR_REVISION //mediapipe_api:mediapipe_proto_srcs' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: