-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Binary bin file can not be installed in latest setuptools #564
Comments
You'll have to provide more information, perhaps a traceback or similar. I do see this section where a script is opened as text. Is that where the error occurs? |
Hi, |
Recently, I upgrade my setuptools from 4.0.1 to 20.2.2, I found the binary bin file in script can not be installed.
There will be decode error: UnicodeDecodeError: 'utf8' codec can't decode byte 0xb0 in position 24: invalid start byte
It seems open('rb') is used in 4.0.1, but io.open('r') replace it in 20.2.2.
Could you help check this issue? Thanks!
The text was updated successfully, but these errors were encountered: