I found that this error occurs since version 2.2.3.
You can avoid this issue using version 2.1.6.
pip install mysql-connector==2.1.6
try above.
Related Contents:
- Python mySQL Update, Working but not updating table
- How do I get the row count of a Pandas DataFrame?
- How do I get the current time in milliseconds in Python?
- Threading pool similar to the multiprocessing Pool?
- Why are scripting languages (e.g. Perl, Python, and Ruby) not suitable as shell languages? [closed]
- remove None value from a list without removing the 0 value
- Case insensitive replace
- Python Request Post with param data
- How to get the seconds since epoch from the time + date output of gmtime()?
- How do I get the different parts of a Flask request’s url?
- numpy.where() detailed, step-by-step explanation / examples [closed]
- Let JSON object accept bytes or let urlopen output strings
- How to capture stdout output from a Python function call?
- How to add conda environment to jupyter lab
- Python Pandas replace NaN in one column with value from corresponding row of second column
- You are trying to add a non-nullable field ‘new_field’ to userprofile without a default
- Which is more preferable to use: lambda functions or nested functions (‘def’)?
- Outputting data from unit test in Python
- How do I specify a single test in a file with nosetests?
- How do I use basic HTTP authentication with the python Requests library?
- What’s the difference between torch.stack() and torch.cat() functions?
- Why do 3 backslashes equal 4 in a Python string?
- Summing elements in a list [duplicate]
- I want to multiply two columns in a pandas DataFrame and add the result into a new column
- How to get the label of a choice in a Django forms ChoiceField?
- Difference between class foo and class foo(object) in Python
- Optional chaining for Python objects: foo?.bar?.baz
- how to get request object in django unit testing?
- How do I read text from the Windows clipboard in Python?
- Find the min/max excluding zeros in a numpy array (or a tuple) in python
- A good way to make long strings wrap to newline?
- Matplotlib: avoiding overlapping datapoints in a “scatter/dot/beeswarm” plot
- List only files in a directory?
- GroupBy column and filter rows with maximum value in Pyspark
- How to group elements in python by n elements [duplicate]
- Why is this printing ‘None’ in the output? [duplicate]
- Python range() with negative strides
- Efficient way to convert strings from split function to ints in Python
- How to organize multiple python files into a single module without it behaving like a package?
- Generating PDFs from SVG input
- Which Python API should be used with Mongo DB and Django
- Prevent TensorFlow from accessing the GPU? [duplicate]
- Plot histogram with colors taken from colormap
- What’s the reverse of shlex.split?
- Check if certain value is contained in a dataframe column in pandas [duplicate]
- how to release used memory immediately in python list?
- How to change the keys of a dictionary?
- How to work within individual files rather than projects in PyCharm
- Finding the nearest value and return the index of array in Python
- Relational/Logic Programming in Python?