opencdms-dev / pyopencdms-old

⭐🐍 pyopencdms aims to build a common Python API on top of multiple Climate Data Management Systems (CDMS) that use different underlying database engines
MIT License
4 stars 6 forks source link

Failed to install on Mysqlclient package on Ubuntu #54

Closed chinedu117 closed 1 year ago

chinedu117 commented 1 year ago

Description

I was trying to install pyopencdms requirements on my machine. It failed when trying to install mysqlclient.

What I Did

$ cd pyopencdms
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
isedwards commented 1 year ago

Closed by #55