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
Using the ./install from the root folder of the downloaded repo:
(base) aiyappa@aiyappa-G3-3590:~/Iotics/protop$ ./install.sh
--------------------
protop dev installer
--------------------
[protop] `gradle clean`
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':protop-core:clean'.
> java.io.IOException: Unable to delete directory '/home/aiyappa/Iotics/protop/protop-core/build'
Failed to delete some children. This might happen because a process has files open or has its working directory set in the target directory.
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/system_parameter.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/distribution.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/logging.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/service.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/usage.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/annotations.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/label.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/billing.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/endpoint.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/backend.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/auth.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/control.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/source_info.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/config_change.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/quota.proto
- /home/aiyappa/Iotics/protop/protop-core/build/extracted-include-protos/main/google/api/context.proto
- and more ...
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 575ms
[protop] `gradle build`
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':protop-core:protopSync'.
> A problem occurred starting process 'command 'protop''
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 455ms
[protop] Moving build artifacts to temporary directory
cp: cannot stat './build/distributions/*.tgz': No such file or directory
[protop] Unpacking artifacts
tar (child): /home/aiyappa/.protop/tmp/dist.tgz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[protop] Deleting previous installation
[protop] Moving binaries to their new home
mv: cannot stat '/home/aiyappa/.protop/tmp/*/bin/*': No such file or directory
mv: cannot stat '/home/aiyappa/.protop/dev/bin/protop': No such file or directory
mv: cannot stat '/home/aiyappa/.protop/dev/bin/protop.bat': No such file or directory
mv: cannot stat '/home/aiyappa/.protop/tmp/*/lib/*': No such file or directory
[protop] `~/.protop/dev/bin` already in PATH
[protop] Succeeded!
./install.sh: line 57: protop: command not found
The text was updated successfully, but these errors were encountered:
Am unable to install protop using any of the installation options provided in the docs/Readme.
Using Homebrew:
Using the ./install from the root folder of the downloaded repo:
The text was updated successfully, but these errors were encountered: