-
Notifications
You must be signed in to change notification settings - Fork 12
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
Installation on Windows #38
Comments
Thanks @younbaek . This is a student in a class I'm teaching and couldn't immediately help. Best I can tell, the problem somehow stems from installing using Windows with a Korean character set as the system encoding. https://en.wikipedia.org/wiki/Unified_Hangul_Code. Not sure if this is a feature-reader specific problem or a python one more generally. But figured it would be worth having the issue on file. pip install is being run from inside ipython--don't know if that makes a difference. |
I encountered the same Unicode error on my Chinese character set Windows 10.
|
Hmm, interesting. I'm guessing that it's an issue when I read the readme file, since I use I'll on parental leave right now, so my bandwidth is tight; I'll push out that fix (if that is the problem) when I have a moment. In the meantime, if anybody has the ability to test if that's the problem, I would appreciate it. Essentially, it would involve cloning the git repository and seeing if you can run the following code from the folder:
If this is the issue, then the code above will work but if you remove encoding='utf-8' it will crash. |
Ah, @organisciak is right. See here:
|
I am having trouble installing this module on windows. I get the following error:
The text was updated successfully, but these errors were encountered: