Update to Python3.9 on Toolforge
fnielsen opened this issue · 2 comments
fnielsen commented
Update to Python3.9 on Toolforge
fnielsen commented
Commands:
ssh toolforge
become wembedder
webservice --backend=kubernetes python3.9 shell
cd ~/www/python ; python3.9 -m virtualenv venv3.9
source ~/www/python/venv3.9/bin/activate
pip install -r ~/www/python/wembedder/requirements.txt
rm env
ln -s venv3.9/ venv
logout
webservice --backend=kubernetes -m 2G python3.9 restart
tail -f uwsgi.log
fnielsen commented
Information is also available at https://github.com/fnielsen/wembedder/wiki
There was a problem with Gensim/scipy requirements: #21