Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on install #62

Closed
a-oneil opened this issue Jan 25, 2021 · 7 comments
Closed

Error on install #62

a-oneil opened this issue Jan 25, 2021 · 7 comments
Labels
bug Something isn't working

Comments

@a-oneil
Copy link
Contributor

a-oneil commented Jan 25, 2021

Describe the bug
Hey there, currently having issues with the latest pull of the install script. I am running this on Kali 2020.4 as root with the GOPATH / GOROOT path as seen in the screenshot below. During install, I get an error message:

  Using /usr/local/lib/python3.9/dist-packages/EditorConfig-0.12.3-py3.9.egg
Finished processing dependencies for LinkFinder==1.0
Traceback (most recent call last):
  File "/root/Tools/pymeta/setup.py", line 3, in <module>
    with open("README.md", "r") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'README.md

And left with a bunch of tools uninstalled. While I understand the README.md says installer is as is, I did not have this error message on a pull I did last week of this app. Any help would be much appreciated as to what I am missing. Thank you!

To Reproduce
Steps to reproduce the behavior:

  1. Run the install script.

Expected behavior
Tools being installed when running the install script.

Screenshots
If applicable, add screenshots to help explain your problem.
image
image
image

Desktop (please complete the following information):

  • Architecture: x64
  • OS: Kali
  • Version 2020.4
@a-oneil a-oneil added the bug Something isn't working label Jan 25, 2021
@sidxparab
Copy link
Collaborator

I guess this issue is occurring due to the Go PATH not set correctly
try adding these to your .bashrc
and then run the ./install.sh again

export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

@a-oneil
Copy link
Contributor Author

a-oneil commented Jan 25, 2021

Hey @detonxx

That fixed my issue. Thank you. I submitted a pull request to get that added into the readme.md to prevent further confusion for those who are unfamiliar with path. #63

@sidxparab
Copy link
Collaborator

Sure.... @six2dez is working on the "Wiki" part, which may include all these steps for installation and post installation.
It would be up soon. Do check it out later !

@c-cube007
Copy link

I did the ./install.sh on my parrot os terminal, it ran well but the tools required did not install and I was told to install them manually which I don't know how. Please can someone assist me?

@virus0699
Copy link

virus0699 commented Aug 7, 2024

everytime i run the ./install.sh command, my installation stucks after completing the repositories installation.i have waited for 4-5 hours, but it doesn't help

@bileltechno
Copy link
Collaborator

I did the ./install.sh on my parrot os terminal, it ran well but the tools required did not install and I was told to install them manually which I don't know how. Please can someone assist me?

Can you please provide more information about the non installed tools?

@bileltechno
Copy link
Collaborator

everytime i run the ./install.sh command, my installation stucks after completing the repositories installation.i have waited for 4-5 hours, but it doesn't help

Could you please share the error from the terminal?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants