Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Install With PyPI #2

Open
DJStompZone opened this issue Nov 12, 2022 · 0 comments
Open

Unable to Install With PyPI #2

DJStompZone opened this issue Nov 12, 2022 · 0 comments

Comments

@DJStompZone
Copy link

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
@DJStompZone DJStompZone changed the title Unable to Install With PyPl Unable to Install With PyPI Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant