ONLYOFFICE / CommunityServer

Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
http://www.onlyoffice.com
Apache License 2.0
2.69k stars 609 forks source link

update Onlyoffice #427

Open kahlablack opened 1 year ago

kahlablack commented 1 year ago

Hello,

I'm trying to update Onlyoffice Workspace Enterprise Edition 10.5.2.323 to the latest version (12.0.1-598). I downloaded the script "wget https://download.onlyoffice.com/install/install-RedHat.sh" and ran the command "bash install-RedHat.sh -u true".

All the scripts work fine except the last one /install-app.sh. error: Dependencies required: python3 >= 3.6 is required for onlyoffice-communityserver-12.0.1-598.noarch

However, the required dependencies are present:

python3 -V

Python 3.6.12

python -V

Python 3.6.12

So, here is the version on my machine : cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core)

Thank you.

Carazyda commented 1 year ago

Hello @kahlablack we recommend using the latest OS. You can try to upgrade Centos to 7.9. You can also try uninstalling python and running our install script, which should install the correct version of python.