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

installation #61

Open
ladoual opened this issue Feb 28, 2022 · 3 comments
Open

installation #61

ladoual opened this issue Feb 28, 2022 · 3 comments

Comments

@ladoual
Copy link

ladoual commented Feb 28, 2022

Is your feature request related to a problem? Please describe.
message when i run the script:
Seems like you haven't installed Requirements or You are not using python3 version, Please install using: python3 setup.py install

Describe the solution you'd like
i have python3 installed

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@ndibabruce
Copy link

ndibabruce commented Mar 5, 2022

image
Hello team,
I am trying to wus the tool but I have an issue, please see the image from my VM - Any idea?

@TigerMan1159
Copy link

Just follow what's there. If it says install, then install it.

python3 setup.py install

For my case, after i typed that and hit enter, i found a new problem. Written like this.

File "/home/(myusername)/reconspider/setup.py", line 5, in
fout = open("core/config.py", "w")
PermissionError: [Errno 13] Permission denied: 'core/config.py'

So I went there, to the 'core' file

cd core

And I tried to give permission by writing

chmod +rwx config.py

But it doesn't work

chmod: changing permissions of 'config.py': Operation not permitted

Hmmm, can anyone help me to give this permission?

@dedroot
Copy link

dedroot commented Jul 12, 2022

Try to run it with sudo privileges.
Run: sudo python3 setup.py install

And if you want to change to file's permission, run with sudo command too.
Run: sudo chmod 777 config.py

Note: The 777 permissions are all permission on the file for all groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants