Closed lubianat closed 2 months ago
(thanks for the work, btw)
Same happens with taxref and ncbi_taxonomy by the way.
Hi @lubianat, thank you for using TaxoNERD. You are right, the problem seems to be linked to the use of python 3.9. Is it possible for you to switch to python 3.10 ? I'll try to take some time to update TaxoNERD, and clean up the README at the same time.
@nleguillarme As I was just running a prototype, I gave up on entity linking for the moment. If I get funded, I will switch to Python 3.10 to run it, no worries.
Thanks for the tool again!
Hello! I am trying to run TaxoNERD (from command line, Ubuntu 22)
I am getting this error:
ChatGPT tells me this error has to do with Python version and this is a syntax issue. StackOverflow seems to indicate the same (https://stackoverflow.com/questions/76712720/typeerror-unsupported-operand-types-for-type-and-nonetype)
Have you encountered that recently? The package was supposed to be compatible with Python 3.9, from the README, right?