[GH-ISSUE #42] Can't install mosint #143

Closed
opened 2026-03-01 17:37:48 +03:00 by kerem · 14 comments
Owner

Originally created by @mariussdl on GitHub (Nov 26, 2022).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/42

Hi!

I'm trying to install mosint, but every time I try to run: go install -v github.com/alpkeskin/mosint@latest
I get this error:

can't load package: package github.com/alpkeskin/mosint@latest: cannot use path@version syntax in GOPATH mode

Then when I try to run: go install -v github.com/alpkeskin/mosint
I get this error:

can't load package: package github.com/alpkeskin/mosint: cannot find package "github.com/alpkeskin/mosint" in any of:
        /usr/lib/go-1.13/src/github.com/alpkeskin/mosint (from $GOROOT)
        /home/user/go/src/github.com/alpkeskin/mosint (from $GOPATH)

Am I doing somthing wrong?
I'd really appreciate any help...

Have a good day!

Originally created by @mariussdl on GitHub (Nov 26, 2022). Original GitHub issue: https://github.com/alpkeskin/mosint/issues/42 Hi! I'm trying to install mosint, but every time I try to run: `go install -v github.com/alpkeskin/mosint@latest` I get this error: ``` can't load package: package github.com/alpkeskin/mosint@latest: cannot use path@version syntax in GOPATH mode ``` Then when I try to run: `go install -v github.com/alpkeskin/mosint` I get this error: ``` can't load package: package github.com/alpkeskin/mosint: cannot find package "github.com/alpkeskin/mosint" in any of: /usr/lib/go-1.13/src/github.com/alpkeskin/mosint (from $GOROOT) /home/user/go/src/github.com/alpkeskin/mosint (from $GOPATH) ``` Am I doing somthing wrong? I'd really appreciate any help... Have a good day!
kerem closed this issue 2026-03-01 17:37:48 +03:00
Author
Owner

@enzomtpYT commented on GitHub (Nov 27, 2022):

I am personally on windows, i tried to install mosint on wsl debian, that never worked, but since it is installed on wsl ubuntu it works fine !!

<!-- gh-comment-id:1328298322 --> @enzomtpYT commented on GitHub (Nov 27, 2022): I am personally on windows, i tried to install mosint on wsl debian, that never worked, but since it is installed on wsl ubuntu it works fine !!
Author
Owner

@mariussdl commented on GitHub (Nov 27, 2022):

Hi @enzomtpYT
Thanks for your answer, I'm trying to install on WSL Ubuntu... This one

<!-- gh-comment-id:1328325120 --> @mariussdl commented on GitHub (Nov 27, 2022): Hi @enzomtpYT Thanks for your answer, I'm trying to install on WSL Ubuntu... [This one](https://apps.microsoft.com/store/detail/ubuntu-on-windows/9NBLGGH4MSV6)
Author
Owner

@Fire597 commented on GitHub (Nov 28, 2022):

Hello,
I'm using Ubuntu but got the same issue.
Thanks for your help

<!-- gh-comment-id:1329831883 --> @Fire597 commented on GitHub (Nov 28, 2022): Hello, I'm using Ubuntu but got the same issue. Thanks for your help
Author
Owner

@DHARROUS commented on GitHub (Dec 1, 2022):

Hello,
I'm using Debian but got the same issue.
Thanks for your help

Screenshot_1

<!-- gh-comment-id:1333692529 --> @DHARROUS commented on GitHub (Dec 1, 2022): Hello, I'm using Debian but got the same issue. Thanks for your help ![Screenshot_1](https://user-images.githubusercontent.com/74905055/205052326-91f8a475-c95e-4231-846e-8015c8c8b51e.jpg)
Author
Owner

@AdrienHrdz commented on GitHub (Dec 5, 2022):

Hi @enzomtpYT ,
I am too on Windows and I have wsl ubuntu but I can't install it. If you have any installation tip I would be great !

<!-- gh-comment-id:1338174872 --> @AdrienHrdz commented on GitHub (Dec 5, 2022): Hi @enzomtpYT , I am too on Windows and I have wsl ubuntu but I can't install it. If you have any installation tip I would be great !
Author
Owner

@lupinetine commented on GitHub (Dec 6, 2022):

I was solving a different error and found that I needed Go version 1.17 at minimum. NB: The latest version of Go is currently 1.19.

@DHARROUS if you're still running into the same issue, I noticed you're running 1.12. Try 1.19 and see if that fixes it?

<!-- gh-comment-id:1339573418 --> @lupinetine commented on GitHub (Dec 6, 2022): I was solving a different error and found that I needed Go version 1.17 at minimum. NB: The latest version of Go is currently 1.19. @DHARROUS if you're still running into the same issue, I noticed you're running 1.12. Try 1.19 and see if that fixes it?
Author
Owner

@DHARROUS commented on GitHub (Dec 7, 2022):

I was solving a different error and found that I needed Go version 1.17 at minimum. NB: The latest version of Go is currently 1.19.

@DHARROUS if you're still running into the same issue, I noticed you're running 1.12. Try 1.19 and see if that fixes it?

Yes, i resolve a fix with upgrade version to 1.19.4
Thank you @lupinetine

then what should i do???
image

<!-- gh-comment-id:1340689440 --> @DHARROUS commented on GitHub (Dec 7, 2022): > I was solving a different error and found that I needed Go version 1.17 at minimum. NB: The latest version of Go is currently 1.19. > > @DHARROUS if you're still running into the same issue, I noticed you're running 1.12. Try 1.19 and see if that fixes it? Yes, i resolve a fix with upgrade version to 1.19.4 Thank you @lupinetine then what should i do??? ![image](https://user-images.githubusercontent.com/74905055/206148696-10e5a276-5361-47dc-95cb-fdf9941a882f.png)
Author
Owner

@ghost commented on GitHub (Dec 9, 2022):

I am personally on windows, i tried to install mosint on wsl debian, that never worked, but since it is installed on wsl ubuntu it works fine !!

what command do u use to run it

<!-- gh-comment-id:1344635810 --> @ghost commented on GitHub (Dec 9, 2022): > I am personally on windows, i tried to install mosint on wsl debian, that never worked, but since it is installed on wsl ubuntu it works fine !! what command do u use to run it
Author
Owner

@webislands commented on GitHub (Dec 22, 2022):

in kali latest version run install command
go install -v github.com/alpkeskin/mosint@latest
and no info just wait 3 or 4 sec and noting info install no work command i have go version go1.19.4 linux/amd64

<!-- gh-comment-id:1362419771 --> @webislands commented on GitHub (Dec 22, 2022): in kali latest version run install command go install -v github.com/alpkeskin/mosint@latest and no info just wait 3 or 4 sec and noting info install no work command i have go version go1.19.4 linux/amd64
Author
Owner

@OckhamOdyssey commented on GitHub (Dec 23, 2022):

Same issue here. Using go version go1.13.8 linux/amd64 and Ubuntu 20.04.5 LTS on WSL.

<!-- gh-comment-id:1364087680 --> @OckhamOdyssey commented on GitHub (Dec 23, 2022): Same issue here. Using `go version go1.13.8 linux/amd64` and Ubuntu 20.04.5 LTS on WSL.
Author
Owner

@viktorashi commented on GitHub (Jan 4, 2023):

tbh didnt get to read all the replied but maybe try reinstating the go path?
$export PATH=$PATH:$(go env GOPATH)/bin

<!-- gh-comment-id:1370440818 --> @viktorashi commented on GitHub (Jan 4, 2023): tbh didnt get to read all the replied but maybe try reinstating the go path? $`export PATH=$PATH:$(go env GOPATH)/bin`
Author
Owner

@gkimpson commented on GitHub (Jan 18, 2023):

This guide worked for me https://www.youtube.com/watch?v=_bS2sUnjjNY

<!-- gh-comment-id:1387439242 --> @gkimpson commented on GitHub (Jan 18, 2023): This guide worked for me https://www.youtube.com/watch?v=_bS2sUnjjNY
Author
Owner

@CyberNa0 commented on GitHub (Jan 20, 2023):

Tried to use ChatGPT to help me find out why I wasn't able to install mosint on my mac. This is what it ended up saying "I apologize for any confusion, it seems that the Mosint repository is not available on GitHub anymore. It could be that the repository has been removed or made private by the owner."

Any idea how I can fix this?

<!-- gh-comment-id:1398622938 --> @CyberNa0 commented on GitHub (Jan 20, 2023): Tried to use ChatGPT to help me find out why I wasn't able to install mosint on my mac. This is what it ended up saying "I apologize for any confusion, it seems that the Mosint repository is not available on GitHub anymore. It could be that the repository has been removed or made private by the owner." Any idea how I can fix this?
Author
Owner

@OckhamOdyssey commented on GitHub (Jan 20, 2023):

This guide worked for me https://www.youtube.com/watch?v=_bS2sUnjjNY

Can you explain how do you make it work? The video uses a deprecated python version. The code is full Golang.

tbh didnt get to read all the replied but maybe try reinstating the go path? $export PATH=$PATH:$(go env GOPATH)/bin

I tried right now with no success.

Tried to use ChatGPT to help me find out why I wasn't able to install mosint on my mac

Please don't use ChatGPT for this kind of problems. ChatGPT earliest data is from 2021 data and is not connected to the Internet. As you can see, their response is wrong.

<!-- gh-comment-id:1398932041 --> @OckhamOdyssey commented on GitHub (Jan 20, 2023): > This guide worked for me https://www.youtube.com/watch?v=_bS2sUnjjNY Can you explain how do you make it work? The video uses a deprecated python version. The code is full Golang. > tbh didnt get to read all the replied but maybe try reinstating the go path? $`export PATH=$PATH:$(go env GOPATH)/bin` I tried right now with no success. > Tried to use ChatGPT to help me find out why I wasn't able to install mosint on my mac Please don't use ChatGPT for this kind of problems. ChatGPT earliest data is from 2021 data and is not connected to the Internet. As you can see, their response is wrong.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mosint#143
No description provided.