[GH-ISSUE #19] How to solve this issue #192

Closed
opened 2026-03-13 23:08:11 +03:00 by kerem · 2 comments
Owner

Originally created by @adfrank99 on GitHub (May 6, 2022).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/19

When I try to run a scan I receive the following error. How can I fix this? Thank you
anic: exec: "python3": executable file not found in %PATH%

goroutine 1 [running]:
main/modules.Runner({0xc0000ae078, 0x16}, {0x155109d?, 0x0?})
C:/Users/User 2/mosint/modules/Core.go:42 +0x215
main.main()
C:/Users/User 2/mosint/main.go:258 +0xb86
exit status 2

Originally created by @adfrank99 on GitHub (May 6, 2022). Original GitHub issue: https://github.com/alpkeskin/mosint/issues/19 When I try to run a scan I receive the following error. How can I fix this? Thank you anic: exec: "python3": executable file not found in %PATH% goroutine 1 [running]: main/modules.Runner({0xc0000ae078, 0x16}, {0x155109d?, 0x0?}) C:/Users/User 2/mosint/modules/Core.go:42 +0x215 main.main() C:/Users/User 2/mosint/main.go:258 +0xb86 exit status 2
kerem closed this issue 2026-03-13 23:08:16 +03:00
Author
Owner

@alpkeskin commented on GitHub (May 6, 2022):

Is python3 installed on your computer?

<!-- gh-comment-id:1119412411 --> @alpkeskin commented on GitHub (May 6, 2022): Is python3 installed on your computer?
Author
Owner

@alpkeskin commented on GitHub (May 30, 2022):

Either python3 is not installed on your computer or there is no python3 in your PATH.

Check this link:
https://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-so-it-finds-my-modules-packages

<!-- gh-comment-id:1141015710 --> @alpkeskin commented on GitHub (May 30, 2022): Either python3 is not installed on your computer or there is no python3 in your **PATH**. Check this link: https://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-so-it-finds-my-modules-packages
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#192
No description provided.