bemasher / rtlamr

An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
GNU Affero General Public License v3.0
2.18k stars 247 forks source link

package github.com/bemasher/rtlamr@latest: can only use path@version syntax with 'go get' #221

Closed enkrypt3d closed 2 years ago

enkrypt3d commented 2 years ago
root@raspberrypi:~# go install github.com/bemasher/rtlamr@latest
package github.com/bemasher/rtlamr@latest: can only use path@version syntax with 'go get'

I have tried putting export GO111MODULE=on in my .bashrc with no luck........

bemasher commented 2 years ago

What is the output of go version?

enkrypt3d commented 2 years ago

@.***:~ $ go version go version go1.15.9 linux/arm

I got it working with the older version.... still trying to get my Itron B172 gas meter to show up. no luck so far.

On Tue, Nov 30, 2021 at 7:24 PM Douglas Hall @.***> wrote:

What is the output of go version?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bemasher/rtlamr/issues/221#issuecomment-983150898, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWHLHRQRAMKM25352PV5XD3UOVTNHANCNFSM5JDC7GEQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

bemasher commented 2 years ago

Per the readme, you need to use

go get github.com/bemasher/rtlamr

in versions prior to 1.16