Open nehrbash opened 3 years ago
Just attempted to go get using mod file and received this error
go: downloading github.com/rai-project/go-tensorrt v0.4.0
go get github.com/rai-project/go-tensorrt: github.com/rai-project/go-tensorrt@v0.4.0: verifying module: checksum mismatch
downloaded: h1:mBpLceJRFuB/RnShn/tc43SP+O0tt/O1oqRFT41K7M4=
sum.golang.org: h1:JQEWfdOEaPNcgL99SA/m16tSyr2w/Cua3n/JAA6/qiI=
SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
For more information, see 'go help module-auth'.
While trying to get the package
go get -v github.com/rai-project/go-tensorrt
it failed with the following.This looks like an error with dlframework and go-cupti. I have been looking into the error with lcupti. I have read the README and noted I don't have
/usr/local/cuda/extras/CUPTI/lib64
instead they are located with the other/usr/local/cuda/
.so files. I am not that experienced with c++/c but I am fairly sure these libraries are in my LD_LIBRARY_PATH and I checked with:Some background I am on a arm64 system. In particular a agx xavier developer kit. ubuntu-18.04. cuda 10.2 and tensorRT were both installed via NVIDIA Jetpack SDK Manager.
Any thoughts on what my problem might be would be greatly apricated :)