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
cd /home/vbox/go/src/github.com/polycube-network/polycube/src/polycubectl
go get ./...
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
Error during installation
++ error_message
++ set +x
-- Installing: /usr/share/bash-completion/completions/polycubectl
The text was updated successfully, but these errors were encountered:
Describe the bug
I was unable to automatically install polycube on Ubuntu 20.04 with the recommended commands.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Success message & successfully build Polycubectl
Please tell us about your environment:
OS details:
cat /etc/*-release
Kernel details:
uname -a
Polycube Version:
polycubectl version
Polycube Log: Attach the log from
/var/log/polycube/polycubed.log
Additional context
My llvm is not 6.0 but 9.0. The error message after I performed step 4 is this:
Then I tried methods from another issue: #322 and #328 and also the installation documentation
I performed;
After step 3 I had this error message:
The text was updated successfully, but these errors were encountered: