question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fails to install on Python 3.6

See original GitHub issue
Collecting readchar==0.7 (from inquirer->almar==0.7.2)
  Using cached readchar-0.7.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-33aeocmc/readchar/setup.py", line 15, in <module>
        long_description=read_description(),
      File "/tmp/pip-build-33aeocmc/readchar/setup.py", line 9, in read_description
        return fd.read()
      File "/opt/rh/rh-python36/root/usr/lib64/python3.6/encodings/ascii.py", line 26, in decode
        return codecs.ascii_decode(input, self.errors)[0]
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2461: ordinal not in range(128)

Per https://github.com/magmax/python-readchar/issues/26 , this seems to have been fixed in 0.1.0 (or before?).

Note: The version that follows 0.7 is 0.0.8, then 0.0.9 and 0.1.0. Ref: https://pypi.org/project/readchar/#history

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
magmaxcommented, Aug 10, 2018

Could you try with version 2.3.0?

1reaction
Newttcommented, Jul 15, 2018

still not working sadly…

`Collecting inquirer Using cached https://files.pythonhosted.org/packages/bd/b8/0b04f23f7870f96c81bdf9b9863c12985bec0f2738218bcfc67842be4ae8/inquirer-2.2.0-py2.py3-none-any.whl Collecting blessings>=1.6 (from inquirer) Using cached https://files.pythonhosted.org/packages/03/74/489f85a78247609c6b4f13733cbf3ba0d864b11aa565617b645d6fdf2a4a/blessings-1.7-py3-none-any.whl Collecting readchar==0.7 (from inquirer) Using cached https://files.pythonhosted.org/packages/61/a9/d552ab5bb2978b609a0acc917427fb0230ac923d92e32b817ef79908f6e3/readchar-0.7.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File “<string>”, line 1, in <module> File “/tmp/pip-build-gzmybqyb/readchar/setup.py”, line 15, in <module> long_description=read_description(), File “/tmp/pip-build-gzmybqyb/readchar/setup.py”, line 9, in read_description return fd.read() File “/usr/lib/python3.6/encodings/ascii.py”, line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xc3 in position 2461: ordinal not in range(128)

----------------------------------------

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-gzmybqyb/readchar/`

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python 3.6 Installation failed - Stack Overflow
I'm trying to install python3.6 on windows server 2016. I have downloaded python-3.6.6rc1-amd64-webinstall .Followed the default setting to ...
Read more >
Issue 34562: cannot install versions 3.6.5+ on Windows
I tried to unsuccessfully install 3.7.0 and 3.6.5. The error I received was ... But I am unable to start Python because of...
Read more >
Not able to install python 3.6 with pyenv · Issue #1983 - GitHub
Issue. Installed pyenv via pyenv-installer and tried to install python versions 3.6.5 with pyenv: env PYENV_DEBUG=1 pyenv install - ...
Read more >
Genesys Cloud Developer Forum
Failed to install the SDK on windows 10 with python 3.6/3.7. Here is the full logs: (venv) E:\git\pct>pip install -r requirements_dev.
Read more >
How to Install Python on Windows in 5 Minutes - DataFlair
Firstly, to install Python Windows you need to download the required Python binaries. We recommend you to download Python latest (Python 3.6.3, currently) ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found