Hello!
I just upgraded to Ubuntu 20.04 LTS and I wanted to ask if there is any work in progress to make Jesse AI compatibility to the newest Ubuntu release, or if someone know how and where to modify the installation script to make it compatible.
Thanks!
fmoralesh if you have the required stack installed, it should work.
If you mean whether the installer script is compatible, I’m not sure. We need to test it.
Saleh The script is not compatible on Ubuntu 20.04 LTS because 'pip' is not longer supported in the release, only pip3.
I have found the easiest way is to just run the docker container.
nerdy Yes, I think is the easiest way. Thanks!
fmoralesh You need to run pip within the docker container. Ill do up a quick guide to extend the existing doco. I find it easier to use docker-compose to manage dockers rather than just docker. I’ll share mine soon.
nerdy Yes! I can confirm this. I successfully installed and run jesse in Ubuntu 20.04 LTS using Docker.