Skip to content

Pip installs unsupported PyMySQL 0.10.0 #117

@JellyWX

Description

@JellyWX

Describe the bug
Using PyMySQL 0.10.0 (which is as installed by PyPI), an exception is raised immediately when running

To Reproduce

  • Open a fresh venv and install with pip install pg_chameleon
  • Type chameleon or python -m pg_chameleon
  • An exception is raised: ImportError: cannot import name 'charset_to_encoding'

Expected behavior
No exception should appear. Program should run with the requirements as installed

Environment(please complete the following information):

  • OS: Linux Mint 20
  • MySQL: 8 but not necessary
  • PostgreSQL: 12 but not necessary
  • Python: 3.6.11 and 3.8.2

Additional context
PyMySQL 0.9.3 works fine. Requirements just need changing so that 0.9.3 is installed instead of 0.10.0 when this package is installed

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions