You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** 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
The text was updated successfully, but these errors were encountered:
** 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
The text was updated successfully, but these errors were encountered: