[CONPY-115] OSError: mariadb_config not found. Created: 2020-09-18 Updated: 2020-10-19 Resolved: 2020-09-18 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Installation |
| Affects Version/s: | 1.0.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Martine Weber | Assignee: | Georg Richter |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
setup |
||
| Description |
|
when installing pypi pkg mariadb Wouldn't it be good to be able to install the package without this dependency (outside the package delivered files)? /bin/sh: mariadb_config: not found |
| Comments |
| Comment by Luciano Barcaro [ 2020-09-18 ] |
|
Martine, mariadb_config is an external file provided by another package. What is your linux distro? If you're using CentOS, you can find it with |
| Comment by Martine Weber [ 2020-09-18 ] |
|
Won't I make sense that the package is not depending on previous installed libraries? — distro:
|
| Comment by Georg Richter [ 2020-09-18 ] |
|
As mentioned in the documentation, as a prerequisite you have to install MariaDB Connector/C. Latest version is available on the MariaDB download site |
| Comment by Martine Weber [ 2020-09-18 ] |
|
I'm using NixOS, I would need a link to the Github repo. |
| Comment by Martine Weber [ 2020-09-18 ] |
|
My question is, why you need that external dependency, wouldn't it be better to have all dependencies in the package? (Would be "cleaner", no?) |