David Engelmann
David Engelmann
@emiliocolo I've closed out my issue and added a [minimum viable dockerfile setup here](https://github.com/blue-yonder/turbodbc/issues/351#issuecomment-1122946938). Hope this helps!
@jorgecarleitao Check out [my comment](https://github.com/blue-yonder/turbodbc/issues/351#issue-1212672663) on my issue I recently closed. It's based on Docker with Ubuntu 20.04, hope it helps!
> I am facing the same issue, @idacey did you find any solution? > > @xhochy I went through this : #276 and #227. > > I'm using Ubuntu 20.04...
My current pull request to accomplish: https://github.com/doccano/doccano-client/pull/63 Depending on the project type you can use a particular group of endpoints. Look for functions with span_type for SequenceLabeling, category_type for DocumentClassification...
> For those struggling with the same, I copied some code from another issue and added the zip file creation. It's all a bit obscure so I'm reposting it here...
@JessicaOjo What version of Doccano are you using? The latest version doesn't have project/{project_id}/roles endpoint. Issues of these types are going to continue to happen as people using different versions...
@kovidiament What version of doccano-client have you pip installed? I was able to get the function working by referencing a specific hash which had that function. In my requirements.txt file...
@leonardlin I believe once a PR addressing the broken type hint (Currently two are open) is merged the functions for the new label endpoints will work. I also included a...
@LizMcQuillan This is currently possible using a series of different functions in the base object, the DoccanoClient has a function create_project for initializing a project. To Attach members to the...
Similar fixes are proposed in https://github.com/doccano/doccano-client/pull/68 and https://github.com/doccano/doccano-client/pull/72. As far as post_doc_upload, depending on your doccano version you may have additional errors. I've addressed those in [this pull request](https://github.com/doccano/doccano-client/pull/73). As...