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

Impossible to run command python manage.py creatersakey #132

Open
MariaRamos89 opened this issue May 29, 2018 · 2 comments
Open

Impossible to run command python manage.py creatersakey #132

MariaRamos89 opened this issue May 29, 2018 · 2 comments
Assignees
Milestone

Comments

@MariaRamos89
Copy link

Hi,

I am trying to install the tet platform, but no success.
When I try to run the command python manage.py creatersakey , I have the following error:

Unknown command: 'creatersakey'
Type 'manage.py help' for usage.

If I type manage.py help this is the result:

python manage.py help

Type 'manage.py help <subcommand>' for help on a specific subcommand.

Available subcommands:

[auth]
    changepassword
    createsuperuser

[django]
    check
    compilemessages
    createcachetable
    dbshell
    diffsettings
    dumpdata
    flush
    inspectdb
    loaddata
    makemessages
    makemigrations
    migrate
    sendtestemail
    shell
    showmigrations
    sqlflush
    sqlmigrate
    sqlsequencereset
    squashmigrations
    startapp
    startproject
    test
    testserver

[sessions]
    clearsessions

[staticfiles]
    collectstatic
    findstatic
    runserver

I guess that it is a problem with the django-oidc-provider version. Running the requirements.txt the version 0.6.0 has been installed. Could you tell me which version are you using? Or if you know what can be the problem.

Thanks in advance.

@arekstasiewicz
Copy link
Contributor

Hello @MariaRamos89
We were using version 0.6.0. Which Django / python version are you using?
You may skip steps 4 & 5 in order to run TET (Please let me know if you face other issues).

@MariaRamos89
Copy link
Author

@arekstasiewicz Thanks for your quick answer.
I'm using python 2.7.15 and django 1.9.6.

I tried to run the step number 6 directly and I obtained the following error:

  File "/home/ubuntu1464/tet/tet/browser/views.py", line 55, in <module>
    from watson_developer_cloud import AlchemyLanguageV1
ImportError: cannot import name AlchemyLanguageV1

I changed the AlchemyLanguageV1 for SpeechToTextV1 in the views.py file (related with this issue in the watson_developer_cloud (the version that I'm using for that library is 1.3.4)) and the server is running without any problem.

Which version are you using for watson_developer_cloud?

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

No branches or pull requests

2 participants