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

issue in the default setup.py which comes with the Python 3.6.5 installer #77472

Closed
AdamKlinger mannequin opened this issue Apr 17, 2018 · 2 comments
Closed

issue in the default setup.py which comes with the Python 3.6.5 installer #77472

AdamKlinger mannequin opened this issue Apr 17, 2018 · 2 comments

Comments

@AdamKlinger
Copy link
Mannequin

AdamKlinger mannequin commented Apr 17, 2018

BPO 33291
Nosy @brettcannon, @vstinner, @ezio-melotti

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2018-04-17.20:52:25.691>
created_at = <Date 2018-04-17.01:21:19.701>
labels = ['expert-unicode']
title = 'issue in the default setup.py which comes with the Python 3.6.5 installer'
updated_at = <Date 2018-04-17.20:52:25.689>
user = 'https://bugs.python.org/AdamKlinger'

bugs.python.org fields:

activity = <Date 2018-04-17.20:52:25.689>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = <Date 2018-04-17.20:52:25.691>
closer = 'brett.cannon'
components = ['Unicode']
creation = <Date 2018-04-17.01:21:19.701>
creator = 'Adam Klinger'
dependencies = []
files = []
hgrepos = []
issue_num = 33291
keywords = []
message_count = 2.0
messages = ['315373', '315417']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'vstinner', 'ezio.melotti', 'Adam Klinger']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue33291'
versions = ['Python 3.6']

@AdamKlinger
Copy link
Mannequin Author

AdamKlinger mannequin commented Apr 17, 2018

There seems to be an issue in the default setup.py which comes with the Python 3.6.5 installer. Upon trying to install an additional package through pip the below is observed:

C:\Users\adamj\Desktop>pip install stegano
Collecting stegano
  Downloading https://files.pythonhosted.org/packages/77/76/07a61c042ac1a1cb3445689b4f140800b16d0e883a46049e221d7a92de66/Stegano-0.8.4.tar.gz (243kB)
    100% |████████████████████████████████| 245kB 3.3MB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\adamj\AppData\Local\Temp\pip-install-sh3rd6wj\stegano\setup.py", line 26, in <module>
        readme = f.read()
      File "c:\python36\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 1569: character maps to <undefined>

@AdamKlinger AdamKlinger mannequin added the topic-unicode label Apr 17, 2018
@AdamKlinger AdamKlinger mannequin changed the title Cannot Install Stegano Package - Python 3.6.5 Base issue in the default setup.py which comes with the Python 3.6.5 installer Apr 17, 2018
@brettcannon
Copy link
Member

We don't having to do with the stegano project. It looks like they specified the wrong encoding in their setup.py. (This also isn't the issue tracker for pip, but I don't think they have the bug.)

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant