skydean Posted March 12 Share Posted March 12 Hello, can you please install the python library "Spacy" on my host? (Python 3.10.5) Quote Link to comment Share on other sites More sharing options...
wolstech Posted March 12 Share Posted March 12 Krydos can do this. Quote Link to comment Share on other sites More sharing options...
Krydos Posted March 12 Share Posted March 12 Installed. You can see the currently installed modules and their versions at https://kairion2.helioho.st/pyinfo/info3.10.py Quote Link to comment Share on other sites More sharing options...
skydean Posted March 13 Author Share Posted March 13 Thanks, I forgot that you have to install a model of spacy for my code (python -m spacy download de_core_news_sm) Quote Link to comment Share on other sites More sharing options...
Krydos Posted March 14 Share Posted March 14 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. Quote Link to comment Share on other sites More sharing options...
skydean Posted March 14 Author Share Posted March 14 How can I do this? I tried it with „Schedule a task“ and Command but then it outputs an error „python: command not found“ Quote Link to comment Share on other sites More sharing options...
Krydos Posted March 14 Share Posted March 14 /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 Quote Link to comment Share on other sites More sharing options...
skydean Posted March 18 Author Share Posted March 18 It just says that the path was not found and no Python or Python3.10 exists in /usr/bin. Can you help me? Quote Link to comment Share on other sites More sharing options...
Krydos Posted March 18 Share Posted March 18 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.