-
Notifications
You must be signed in to change notification settings - Fork 150
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
Unbale to run manage.py script #231
Comments
Which Scirius version do you use and what is the command you are trying to execute? |
Now i am trying to execute "python3 manage.py migrate" Its giving me this error. |
Following all the commands from the documentation gives me the first error that i have shown |
It seems some dependencies are missing. |
The missing dependencies usually occurs because scirius is using a python virtual environment. Therefore, python packages (dependencies) are only available from inside the virtual env. I will be able to complete this answer with exact commands tomorrow |
Usually, the path to scirius installation is Following commands should resolve your issue :
|
But i dont have the following path "cd /usr/share/python/scirius". Scirius folder is not there |
Is there any way to remove scirius and remove and the dependencies attached to it? In order to follow all the commands all over again? |
|
Getting this error when executing "npm install -g npm@latest [email protected]" |
You could just use the apt package instead of building everything by hand: However, if you want to build it yourself, please follow those commands for the nodejs part
|
Using the apt package gives the error "unable to locate the package". What is the repository? |
What OS are you running ? |
Ubuntu 18.04 |
OK so indeed the debian package would not be the way to go. First make sure you have the python dependencies :
then execute the commands for the nodejs part :
You should then be able to go on from there https://scirius.readthedocs.io/en/latest/installation-ce.html#running-scirius-ce |
Hello,
Getting this error while running the script.
Dont know how to fix this. I need some help
The text was updated successfully, but these errors were encountered: