[CONPY-43] errors when installing mariadb python on macos Created: 2020-02-23 Updated: 2021-03-10 Resolved: 2021-03-10 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Installation |
| Affects Version/s: | 0.9.54 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Stanislav Seltser | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
macos 10.13.6 |
||
| Description |
|
pip install mariadb
what is happening here? |
| Comments |
| Comment by Stanislav Seltser [ 2020-02-23 ] |
|
pip install mysql-connector-python works just fine |
| Comment by Georg Richter [ 2020-02-24 ] |
|
This seems to be Connector/C related. How did you build/install MariaDB Connector/C ? |
| Comment by Stanislav Seltser [ 2020-02-24 ] |
|
Brew install mariadb |
| Comment by Georg Richter [ 2020-02-24 ] |
|
Did you also install libiconv (homebrew). ? |
| Comment by Georg Richter [ 2021-03-10 ] |
|
This issue was fixed in Connector/C version 3.1.10: The default lib will not use iconv anymore. |