New Install openemm-runtime-20.10.070 - Python3 Error

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

RayS2020
Posts: 11
Joined: Fri Dec 04, 2020 1:58 pm
Location: Boston, MA
Contact:

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

Post by RayS2020 »

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 -m pip install mysqlclient - produced this result:

Command: python3 -m pip install mysqlclient
Results:
Collecting mysqlclient
Downloading mysqlclient-2.0.2.tar.gz (88 kB)
|████████████████████████████████| 88 kB 1.5 MB/s
Building wheels for collected packages: mysqlclient
Building wheel for mysqlclient (setup.py) ... done
Created wheel for mysqlclient: filename=mysqlclient-2.0.2-cp39-cp39-linux_x86_64.whl size=116342 sha256=f61806f91af93a582fc81c65d60dd1aac0e4f89308a56f6a8864ac69e436f25e
Stored in directory: /root/.cache/pip/wheels/2e/2e/75/15099241643a4b2bcd8cbaf6ab6353b8f8bb67192d90fdcd78
Successfully built mysqlclient
Installing collected packages: mysqlclient
Successfully installed mysqlclient-2.0.2
Post Reply