gautamkrishnar / socli

Stack overflow command line client. Search and browse stack overflow without leaving the terminal :computer:
https://pypi.python.org/pypi/socli
BSD 3-Clause "New" or "Revised" License
1.1k stars 218 forks source link

Unable to setup #301

Open Genius-Raptor opened 3 months ago

Genius-Raptor commented 3 months ago

Trying to run setup.py in v7.4 gives the following error: Traceback (most recent call last): File "D:\Downloads\socli-7.4\setup.py", line 10, in <module> longd = f.read() ^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1264.0_x64__qbz5n2kfra8p0\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 0x90 in position 10962: character maps to <undefined>

It seems like a problem with my python installation, but it hasn't caused any problems with other projects. I just want to verify that it is definitely a problem with my installation and not with the script. Any help would be appreciated.