You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2023. It is now read-only.
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 "<string>", line 1, in <module> File "/tmp/pip-install-ls_u9xaz/mysql-python_6a4d0d00f16f4f00abf230c1feb4d418/setup.py", line 13, in <module> from setup_posix import get_config File "/tmp/pip-install-ls_u9xaz/mysql-python_6a4d0d00f16f4f00abf230c1feb4d418/setup_posix.py", line 2, in <module> 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,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 "<string>", line 1, in <module> File "/tmp/pip-install-ls_u9xaz/mysql-python_6a4d0d00f16f4f00abf230c1feb4d418/setup.py", line 13, in <module> from setup_posix import get_config File "/tmp/pip-install-ls_u9xaz/mysql-python_6a4d0d00f16f4f00abf230c1feb4d418/setup_posix.py", line 2, in <module> 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,
The text was updated successfully, but these errors were encountered: