Page 1 of 1

Installer can't find OpenEMMInstaller_3.py

Posted: Thu Jul 30, 2020 3:55 pm
by fernando
Dear forum users.
I am trying to install the package version openemm-runtime-20.04.000.043 with the root user.
The environment is:
Centos 8
MySQL 5.7 installed from Community Server: http://repo.mysql.com/yum/mysql-5.7-com ... $basearch/
I could not install as described in admin guide, It could not find centos-release-scl:

Code: Select all

[root@mm3 ~]# yum install centos-release-scl
Last metadata expiration check: 0:05:39 ago on Wed 29 Jul 2020 01:46:51 PM UTC.
No match for argument: centos-release-scl
Error: Unable to find a match: centos-release-scl
Python 3.8 installed with yum install python38

Here is the debug output

Code: Select all

[root@mm3 ~]# bin/OpenEMMInstaller.sh --debug
Checking python installation ...
Python version found: 3.6.8
Checking MariaDB/MySQL installation ...
DB version found: mysql  Ver 14.14 Distrib 5.7.31, for Linux (x86_64) using  EditLine wrapper
Checking Zip installation ...
Zip version 3.0 found
Starting python ...
/usr/bin/python3: can't open file '/root/bin/OpenEMMInstaller_3.py': [Errno 2] No such file or directory
Her is my bin folder:

Code: Select all

[root@mm3 ~]# ls bin
emm.sh  OpenEMMInstaller.sh
Can you help me with this issue?

Best Regards
Fernando

Re: Installer can't find OpenEMMInstaller_3.py

Posted: Fri Jul 31, 2020 4:27 pm
by maschoff
Error message "can't open file '/root/bin/OpenEMMInstaller_3.py'" shows that you have installed OpenEMM runtime to directory /root - probably as user root. The correct directory would be /home/openemm and the correct user "openemm".