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.

Installing on Cygwin

See original GitHub issue

I am having an issue installing rainbowstream due to python on Cygwin using cp1252 as default encoder:

Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 20, in <module>
  File "E:\cygwin\tmp\pip-build-68cao31c\rainbowstream\setup.py", line 31, in <module>
    long_description=open("./README.rst", "r").read(),
  File "c:\python\python35-32\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 0x9d in position 2898: character maps to <undefined>

I know I need to change it to utf-8 but can’t find any easy explanations for how to do this - any help with this much appreciated.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
aberscommented, Aug 5, 2016

No problem, I thought that was the case but wasn’t sure if someone had unofficially figured out a way to get it to work. From what I’ve found searching about there are folk like urbster1 where its worked after installing other packages, but not sure which exact ones, and then folk like me where it just doesn’t seen to work, even after a full install. Managed to install it easy enough on my raspberry pi, and can always ssh into it from PC and laptop.

0reactions
orakarocommented, Aug 4, 2016

I’m sorry RS is not officially support Window environment, even inside Cygwin. I’m not sure if people made it worked or not, but i highly recommend using a Linux/Mac environment so you can save all the headache

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing and Updating Cygwin Packages
A: Run the setup program and select the package you want to add. Tip: if you don't want to also upgrade existing packages,...
Read more >
How to install Cygwin - McClean-Cooper.com
Download setup.exe from www.cygwin.com. · Run application from your local harddrive. · Chose next on first screen. · Select "Install from Internet" and...
Read more >
How To setup and use Cygwin and MinGW
Step 1: Download Setup · Step 2: Run Setup to Select, Download & Install Cygwin Packages · Step 3: Setup PATH · Step...
Read more >
How to install Cygwin - Computer Science - Hofstra University
Installation Notes · Download setup.exe from www.cygwin.com/install.html · Run application from your local harddrive · Choose next on first screen.
Read more >
Cygwin Toolset Download and Installation Instructions
Downloading and Installing ... The following Cygwin home page should appear in your browser. Click the setup-x86_64.exe link on that page, and use...
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