** I try to use skillNer on Unbuntu OS and python3.10 **
I have installed skillNer package + en_core_web_md
using - "pip3 install skillNer"
- "python3 -m spacy download en_core_web_md"
and when i tried to import skillExtractor as "from skillNer.skill_extractor_class import SkillExtractor"
I got the following error:

I have tried to put "skill_db_relax_20.json" on the same general_params.py folder and change it's permissions
It still the same error.
Thanks for helping