skydean Posted March 12, 2023 Posted March 12, 2023 Hello, can you please install the python library "Spacy" on my host? (Python 3.10.5)
Krydos Posted March 12, 2023 Posted March 12, 2023 Installed. You can see the currently installed modules and their versions at https://kairion2.helioho.st/pyinfo/info3.10.py
skydean Posted March 13, 2023 Author Posted March 13, 2023 Thanks, I forgot that you have to install a model of spacy for my code (python -m spacy download de_core_news_sm)
Krydos Posted March 14, 2023 Posted March 14, 2023 You can probably do that with a cron job yourself. Just be sure to delete the cron afterwards so it doesn't run over and over.
skydean Posted March 14, 2023 Author Posted March 14, 2023 How can I do this? I tried it with „Schedule a task“ and Command but then it outputs an error „python: command not found“
Krydos Posted March 14, 2023 Posted March 14, 2023 /usr/bin/python3.10 -m spacy download de_core_news_sm If you use "python" without a version or path you'll probably end up with Python 2.7. 1
skydean Posted March 18, 2023 Author Posted March 18, 2023 It just says that the path was not found and no Python or Python3.10 exists in /usr/bin. Can you help me?
Krydos Posted March 18, 2023 Posted March 18, 2023 Are you using /usr/bin/python3.10 like I said or /usr/bin/Python3.10 like you typed? Linux is case sensitive so a capital P would cause that error.
Krydos Posted April 2, 2023 Posted April 2, 2023 It's been over 2 weeks with no response so I'm going to assume you got it working and close this topic as solved. If you're still having issues with it feel free to create a new topic in customer service.
Recommended Posts