philipsoutham / py-mysql2pgsql

Tool for migrating/converting from mysql to postgresql.
http://packages.python.org/py-mysql2pgsql/
MIT License
455 stars 169 forks source link

installation issues with configParser #125

Open lozbrown opened 1 year ago

lozbrown commented 1 year ago

`pip install py-mysql2pgsql Looking in indexes: https://corpusername:****@my.corporate.pypi.mirror/artifactory/api/pypi/pypi-remote/simple, https://corpusername:****@my.corporate.pypi.mirror/artifactory/api/pypi/pypi-package-index/simple, https://corpusername:****@my.corporate.pypi.mirror/artifactory/api/pypi/PyQuasar/simple, https://corpusername:****@my.corporate.pypi.mirror/artifactory/api/pypi/pypi-group/simple, https://corpusername:****@my.corporate.pypi.mirror/artifactory/api/pypi/cgm-pypi/simple, https://corpusername:****@my.corporate.pypi.mirror/artifactory/api/pypi/pypi/simple Collecting py-mysql2pgsql Downloading https://my.corporate.pypi.mirror/artifactory/api/pypi/pypi-group/packages/packages/28/49/c82e4313c63b26224950bef47ab19f52a921dd4c279abf31aa3ee9d9cbbe/py-mysql2pgsql-0.1.5.tar.gz (109 kB) |████████████████████████████████| 109 kB 189 kB/s Collecting mysql-python>=1.2.3 Downloading https://my.corporate.pypi.mirror/artifactory/api/pypi/pypi-group/packages/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip (108 kB) |████████████████████████████████| 108 kB 32.6 MB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ls_u9xaz/mysql-python_6a4d0d00f16f4f00abf230c1feb4d418/setup.py'"'"'; file='"'"'/tmp/pip-install-ls_u9xaz/mysql-python_6a4d0d00f16f4f00abf230c1feb4d418/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-lpclixlu cwd: /tmp/pip-install-ls_u9xaz/mysql-python_6a4d0d00f16f4f00abf230c1feb4d418/ Complete output (7 lines): Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-ls_u9xaz/mysql-python_6a4d0d00f16f4f00abf230c1feb4d418/setup.py", line 13, in from setup_posix import get_config File "/tmp/pip-install-ls_u9xaz/mysql-python_6a4d0d00f16f4f00abf230c1feb4d418/setup_posix.py", line 2, in from ConfigParser import SafeConfigParser ModuleNotFoundError: No module named 'ConfigParser'

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. WARNING: You are using pip version 20.3.3; however, version 23.1 is available. You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.`

Seems to be just a case issue,