question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not create a project in doccano

See original GitHub issue

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 professional 64 bits
  • Python version: 3.6

I am working on labelling classification dataset using doccano. I installed a docker desktop for windows and followed instructions provided here:

  • create a docker container for doccano : docker pull doccano/doccano docker container create --name doccano \ -e "ADMIN_USERNAME=admin" \ -e "ADMIN_EMAIL=admin@example.com" \ -e "ADMIN_PASSWORD=password" \ -p 8000:8000 doccano/doccano

Then , I start Doccano by running the container : docker container start doccano. After these steps, when I try to create a project, nothing happen when I click on “create” button. How can I resolve this problem ? Thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Wabbinacommented, Oct 19, 2020

I’ve seen in the ticket 1008 your suggestion :

@pjbull Solution worked for me. I pushed the image to Docker Hub so changing doccano/doccano to markuspoerschke/doccano:1.0.5 will temporarily fix the issue. So you suggest to change “doccano\doccano”. But where ?

0reactions
Wabbinacommented, Oct 25, 2020

Finally I’ve built an app on Heroku (based on doccano). Then I get rid of the problem mentioned above. Thanks you

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ - doccano
Note: This step assumes you have already created a new user. ... If you are not the administrator of the project, Members will...
Read more >
doccano - PyPI
doccano is an open source text annotation tool for humans. ... Just create a project, upload data and start annotating. You can build...
Read more >
doccano - Docker Image
Just create a project, upload data and start annotating. You can build a dataset in hours. Demo. You can try the annotation demo....
Read more >
Isabella-Pham/Recipe-Annotator - Buttons - Heroku Elements
Notice: (1) EC2 KeyPair cannot be created automatically, so make sure you have an existing EC2 KeyPair in ... You should see the...
Read more >
Doccano — A Tool To Annotate Text Data To Train Custom ...
If you don't have access to training data or a pretrained model, you can sometimes perform ... Just create a project, upload data...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found