Hello, I’m still learning how to use snapcraft but I keep running into the same problem. It appears that whenever I try to snap python packages it can’t find the binary. I ran unsquashfs and confirmed that there is no binary in the bin directory. Can anyone shed some light on what I am doing wrong and can you make any sense of the error messages below?
Thank You!
name: crosslinked base: core18 version: ‘0.1’ summary: LinkedIn enumeration tool description: | LinkedIn enumeration tool to extract valid employee names from an organization through search engine scraping. Names can be formatted in a defined naming convention for further security testing.
grade: devel confinement: devmode
parts: my-part: plugin: python source: GitHub - m8sec/CrossLinked: LinkedIn enumeration tool to extract valid employee names from an organization through search engine scraping source-type: git
apps: crosslinked: command: bin/crosslinked
Failed to generate snap metadata: The specified command ‘crosslinked’ defined in the app ‘crosslinked’ does not exist or is not executable. Ensure that ‘crosslinked’ is relative to the prime directory. Run the same command again with --debug to shell into the environment if you wish to introspect this failure. An error occurred when trying to execute ‘sudo -i env SNAPCRAFT_HAS_TTY=True snapcraft snap’ with ‘multipass’: returned exit code 2.