Search found 11 matches

by RayS2020
Fri Dec 11, 2020 4:42 pm
Forum: Installation & Upgrades
Topic: New Install openemm-runtime-20.10.070 - Python3 Error
Replies: 15
Views: 13275

Re: New Install openemm-runtime-20.10.070 - Python3 Error

Thank you all for your help and guidance. Seeing that CentOS 8 does not allocate the "MySQL-python”-package from the repository for the installation. Running this command - sudo python3 -m pip install mysqlclient - was required to solve my Python challenge. Running this command - sudo python3 -...
by RayS2020
Thu Dec 10, 2020 3:33 pm
Forum: Installation & Upgrades
Topic: How to configure SMTP-Login (User, Password, etc.)?
Replies: 5
Views: 2614

Re: SMTP Loing (User, Password, etc.)

Thank you,

Are you successfully running the OVA on ESXi 6.5? or VirtualBox?

-Ray
by RayS2020
Thu Dec 10, 2020 3:23 pm
Forum: Installation & Upgrades
Topic: New Install openemm-runtime-20.10.070 - Python3 Error
Replies: 15
Views: 13275

Re: New Install openemm-runtime-20.10.070 - Python3 Error

Thank you for your response. Just so I am 100% clear on this - are you saying you successfully installed OpenEMM on Centos8 using DNF rather than YUM - resulting in no Python error messages? You also followed the install instructions provided with the OpenEMM 20.10.070 - correct? Thanks again, /ray
by RayS2020
Wed Dec 09, 2020 5:13 pm
Forum: Installation & Upgrades
Topic: How to configure SMTP-Login (User, Password, etc.)?
Replies: 5
Views: 2614

Re: SMTP Loing (User, Password, etc.)

Hello - I am new to OpenEMM so, I cannot provide you any assistance with this issue; at this time. Out of curiosity are you running the OVA on VMWare EXSi 6.x or Virtualbox? Asking because WMWare ESXi 6.5.x is the platform in place at my company and I am most interested in running the OVA build of O...
by RayS2020
Mon Dec 07, 2020 4:48 pm
Forum: Installation & Upgrades
Topic: New Install openemm-runtime-20.10.070 - Python3 Error
Replies: 15
Views: 13275

Re: New Install openemm-runtime-20.10.070 - Python3 Error

Tried the command "sudo yum -y install python-PyMySQL" and "sudo yum -y install python3-PyMySQL". The first command attempted to download the package [see details #1 below] but returned an error saying it cannot download the package. The second command installed the module [See d...
by RayS2020
Mon Dec 07, 2020 2:03 pm
Forum: Installation & Upgrades
Topic: New Install openemm-runtime-20.10.070 - Python3 Error
Replies: 15
Views: 13275

Re: New Install openemm-runtime-20.10.070 - Python3 Error

here is the error:

No match for argument: MySQL-python
Error: Unable to find a match: MySQL-python
by RayS2020
Mon Dec 07, 2020 1:19 pm
Forum: Installation & Upgrades
Topic: New Install openemm-runtime-20.10.070 - Python3 Error
Replies: 15
Views: 13275

Re: New Install openemm-runtime-20.10.070 - Python3 Error

Here are the results I am seeing: [root@cmbropenemmsql ~]# /home/openemm/bin/OMT.sh Checking python installation ... Python version found: 3.9.0 Mandatory python mysql module is missing! Command to install python mysql module: 'sudo yum -y install MySQL-python' Install python mysql module now? Y/n Y...
by RayS2020
Mon Dec 07, 2020 1:05 pm
Forum: Installation & Upgrades
Topic: New Install openemm-runtime-20.10.070 - Python3 Error
Replies: 15
Views: 13275

Re: New Install openemm-runtime-20.10.070 - Python3 Error

Yes - This was performed as well but failed to install. Will post error message shortly..

-Ray
by RayS2020
Mon Dec 07, 2020 5:56 am
Forum: Installation & Upgrades
Topic: New Install openemm-runtime-20.10.070 - Python3 Error
Replies: 15
Views: 13275

Re: New Install openemm-runtime-20.10.070 - Python3 Error

Reinstalled the prerequisites but the issue still exist. Searched Google but many of the solutions call for updates to PIP. The correct version of PIP and Python 3.9.0 s in place in place.. Anyone successfully followed the installed instructions and have OpenEMM20.10.070 with CentOS 8.2 running? Whi...
by RayS2020
Fri Dec 04, 2020 9:26 pm
Forum: Installation & Upgrades
Topic: New Install openemm-runtime-20.10.070 - Python3 Error
Replies: 15
Views: 13275

Re: New Install openemm-runtime-20.10.070 - Python3 Error

Thank you for the script.
I will tweak the script and try it out today.
Will report back with positive feedback shortly.

/ray
by RayS2020
Fri Dec 04, 2020 2:30 pm
Forum: Installation & Upgrades
Topic: New Install openemm-runtime-20.10.070 - Python3 Error
Replies: 15
Views: 13275

New Install openemm-runtime-20.10.070 - Python3 Error

Centos8.2 Open Source Runtime-20.10.070 Followed Directions in OpenEMM 20.10 Install & Admin Guide then applied Chapter 12 - Deployment of Python 3.8 (or later). When running OMT.sh with Root or Openemm user account - this error message appears: [root@cmbropenemm openemm]# /home/openemm/bin/OMT....