Pipeline config for non-english language

Hello,

I would like to make a Hungarian chatbot and to use Spacy as pretrained vectors. Unfortunately “hu” is not integrated in Spacy, but there is some model: GitHub - huspacy/huspacy: HuSpaCy: industrial-strength Hungarian natural language processing

Rasa docs tells the model name will be passed to spacy.load(name) but this model is not listed in Trained Models & Pipelines · spaCy Models Documentation. I think this could be the problem, because I get the following invalidmodelerror:

I have also tried to use the suggested command: python -m spacy download hu_core_news_lg BUT it gives: “is not a valid wheel filename” error

Could you help me in this issue?