Open ladoual opened 2 years ago
Hello team, I am trying to wus the tool but I have an issue, please see the image from my VM - Any idea?
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
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?
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.
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.