Movatterモバイル変換


[0]ホーム

URL:


homepage

Issue33291

This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title:issue in the default setup.py which comes with the Python 3.6.5 installer
Type:Stage:resolved
Components:UnicodeVersions:Python 3.6
process
Status:closedResolution:third party
Dependencies:Superseder:
Assigned To:Nosy List: Adam Klinger, brett.cannon, ezio.melotti, vstinner
Priority:normalKeywords:

Created on2018-04-17 01:21 byAdam Klinger, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.

Messages (2)
msg315373 -(view)Author: Adam Klinger (Adam Klinger)Date: 2018-04-17 01:21
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 steganoCollecting stegano  Downloadinghttps://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>
msg315417 -(view)Author: Brett Cannon (brett.cannon)*(Python committer)Date: 2018-04-17 20:52
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.)
History
DateUserActionArgs
2022-04-11 14:58:59adminsetgithub: 77472
2018-04-17 20:52:25brett.cannonsetstatus: open -> closed

nosy: +brett.cannon
messages: +msg315417

resolution: third party
stage: resolved
2018-04-17 01:22:25Adam Klingersettitle: Cannot Install Stegano Package - Python 3.6.5 Base -> issue in the default setup.py which comes with the Python 3.6.5 installer
2018-04-17 01:21:19Adam Klingercreate
Supported byThe Python Software Foundation,
Powered byRoundup
Copyright © 1990-2022,Python Software Foundation
Legal Statements

[8]ページ先頭

©2009-2026 Movatter.jp