-
Notifications
You must be signed in to change notification settings - Fork 126
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
Install fail on python 3.7 #34
Comments
I have the same probem when use pip install on windows10, python3.6: |
@Oslomayor Thanks for the info! I guess Windows is using another encoding by default, so changing the line to this might solve the problem: long_description = open(os.path.join(os.path.dirname(__file__), 'README.md'), encoding='utf-8').read() I don't have a Windows environment to confirm this. @Oslomayor would you mind trying it on your machine? |
@muodov Thanks for you reply! I changing the line as you told, however, it doesn't work. I guess there is something wrong with my Windows VC++ environment. Because it throws out a error like this:
I need some time to fix it. |
i think the problem is that the bottom code is C for linux, and python just call the C language code. so i think change the local C code may work and do not use pip. |
@cubhe I don't think it's the case. There is no OS-specific in the C code. And some users have it running under windows. |
@Oslomayor @unaided Have you guys had any luck with this issue? |
@muodov Not yet. And I use MATLAB to solve Rubik's Cube now. Thanks : ) |
i have the same problem |
UnicodeDecodeError: 'gbk' codec can't decode byte 0x99 in position 4168: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: