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
Starting with version 40, Fedora switched to wget2 instead of wget, some of the changes are not backward compatible, one of the changes makes relative paths in -P and -O not handled correctly. This causes the protoc installation script scripts/install_protoc.sh to fail:
Starting with version 40, Fedora switched to wget2 instead of wget, some of the changes are not backward compatible, one of the changes makes relative paths in -P and -O not handled correctly. This causes the protoc installation script
scripts/install_protoc.sh
to fail:wget https://github.com/protocolbuffers/protobuf/releases/download/v24.3/protoc-24.3-linux-x86_64.zip -O / path/to/model-registry/scripts/../protoc.zip Internal error: Unexpected relative path: '/path/to/model-registry/scripts/..'
One way to fix this is to resolve the parent directory of the script and use that as the base path for the download:
The text was updated successfully, but these errors were encountered: