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

UnicodeDecodeError at installation #28

Closed
eight04 opened this issue Oct 23, 2019 · 7 comments
Closed

UnicodeDecodeError at installation #28

eight04 opened this issue Oct 23, 2019 · 7 comments

Comments

@eight04
Copy link

eight04 commented Oct 23, 2019

Collecting click-spinner
  Using cached https://files.pythonhosted.org/packages/4d/c4/e4cc6595266021b549f
774a20329188e68b63f06896eba94c1c952027c6e/click-spinner-0.1.8.tar.gz
    ERROR: Command errored out with exit status 1:
     command: 'c:\users\owner\appdata\local\programs\python\python37\python.exe'
 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Owner\\AppD
ata\\Local\\Temp\\pip-install-2phu8zfb\\click-spinner\\setup.py'"'"'; __file__='
"'"'C:\\Users\\Owner\\AppData\\Local\\Temp\\pip-install-2phu8zfb\\click-spinner\
\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read()
.replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"
'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Owner\AppData\Local\Temp\pip-insta
ll-2phu8zfb\click-spinner\pip-egg-info'
         cwd: C:\Users\Owner\AppData\Local\Temp\pip-install-2phu8zfb\click-spinn
er\
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Owner\AppData\Local\Temp\pip-install-2phu8zfb\click-spinner
\setup.py", line 6, in <module>
        readme = f.read()
    UnicodeDecodeError: 'cp950' codec can't decode byte 0xe2 in position 373: il
legal multibyte sequence
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check th
e logs for full command output.

I think it is fixed by #23 but is never released? This bug prevents Windows from installing this package.

@jayvdb
Copy link

jayvdb commented Oct 25, 2019

Yes, the fix hasnt been released
v0.1.8...master

ping @yoavram

@jayvdb
Copy link

jayvdb commented Nov 10, 2019

@click-contrib/maintainers Could one of you help out here to get a release happening?

@jayvdb
Copy link

jayvdb commented Nov 10, 2019

Hmm. that didnt link, I guess I dont have rights to do it.
https://github.com/orgs/click-contrib/teams/maintainers also doesnt appear to have the same effect.
ping @timofurrer, sorry to bug you again .. ;-)

@timofurrer
Copy link
Member

Unfortunately, I don't have any permissions on this repository.
I'm checking with the maintainers Team, if any one can help here! Also, PyPI permissions are an entirely different story.

I'll keep you posted here 🎉

@yoavram
Copy link
Collaborator

yoavram commented Nov 25, 2019

Sorry, haven't been checking this for a while. How can I help??

@jayvdb
Copy link

jayvdb commented Nov 26, 2019

Basically Windows users experience will be better if there is a new release of already merged fixes.

@yoavram
Copy link
Collaborator

yoavram commented Apr 24, 2020

I released v0.1.10

@yoavram yoavram closed this as completed Apr 24, 2020
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

4 participants