-
Notifications
You must be signed in to change notification settings - Fork 325
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
Comments
Just follow what's there. If it says install, then install it.
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
And I tried to give permission by writing
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. And if you want to change to file's permission, run with sudo command too. 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.
The text was updated successfully, but these errors were encountered: