Problem Details
PS C:\Users\DJStomp> pip install mixingbear
Collecting mixingbear
Downloading mixingbear-0.0.1.tar.gz (4.1 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\DJStomp\AppData\Local\Temp\pip-install-x9_j9c8p\mixingbear_78ed2a2995284a6eb1cec37a00da638a\setup.py", line 4, in <module>
long_description = f.read()
File "C:\Users\DJStomp\AppData\Local\Programs\Python\Python310\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 0x8f in position 867: character maps to <undefined>
[end of output]
OS Info
Python 3.10.7 on Windows 10 19044
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from platform import * ; print(' '.join([each for each in uname()]))
Windows DZZO-THETA 10 10.0.19044 AMD64 Intel64 Family 6 Model 78 Stepping 3, GenuineIntel
Problem Details
OS Info
Python 3.10.7 on Windows 10 19044
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from platform import * ; print(' '.join([each for each in uname()])) Windows DZZO-THETA 10 10.0.19044 AMD64 Intel64 Family 6 Model 78 Stepping 3, GenuineIntel