Bug #84817 Make possible to install mysql-utilities via pip
Submitted: 4 Feb 2017 18:33 Modified: 25 Apr 2018 23:49
Reporter: Shahriyar Rzayev Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Utilities Severity:S2 (Serious)
Version: OS:Any
Assigned to: CPU Architecture:Any

[4 Feb 2017 18:33] Shahriyar Rzayev
Description:
Hi dear all,

Is it possible to distribute mysql-utilities over PyPi?
It will eliminate dependency problems and ease installation process.

To be clear I am using mysqlfrm from Python script and want to add mysql-utilities as requirement inside setup script.

Now I am doing this manually prior to run of the script.

How to repeat:
See description.
[6 Nov 2017 19:21] Shahriyar Rzayev
Well it seems to be it is here.
But I got:

$ pip install mysql-utilities
Collecting mysql-utilities
  Downloading mysql-utilities-1.4.3.tar.gz (564kB)
    100% |████████████████████████████████| 573kB 2.0MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-8l0cqb8x/mysql-utilities/setup.py", line 21, in <module>
        import ConfigParser
    ImportError: No module named 'ConfigParser'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8l0cqb8x/mysql-utilities/
[6 Nov 2017 19:22] Shahriyar Rzayev
This is the same error as here:

https://bugs.mysql.com/bug.php?id=85108

So it can be marked as duplicate of this one.
[25 Apr 2018 23:49] MySQL Verification Team
Thank you for the feedback. According your own words:

[6 Nov 2017 19:22] Shahriyar Rzayev

This is the same error as here:

https://bugs.mysql.com/bug.php?id=85108

So it can be marked as duplicate of this one.

But how the mentioned bug is already verified, then doing this the duplicate.