dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
75 stars 53 forks source link

UnicodeDecodeError on setup.py #160

Closed sagunn-echo closed 9 months ago

sagunn-echo commented 9 months ago

Describe the bug

A clear and concise description of what the bug is: UnicodeDecodeError during pip install. What command did you run? pip install git+https://github.com/dbeatty10/dbt-mysql.git@main What happened? File "C:\Users\\AppData\Local\Temp\pip-req-build-509f5xvd\setup.py", line 78, in long_description=README.read_text(), File "C:\Users\\Anaconda3\lib\pathlib.py", line 1236, in read_text return f.read() File "C:\Users\\Anaconda3\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 1740: character maps to

Steps To Reproduce

After cloning, pip install git+https://github.com/dbeatty10/dbt-mysql.git@main on a Windows environment. I have not tested this on Linux.

Expected behavior

package installs without errors

Screenshots and log output

If applicable, add screenshots or log output to help explain your problem.

The output of dbt --version: Core:

The operating system you're using: Windows 10 The output of python --version: Python 3.8.8