-
Notifications
You must be signed in to change notification settings - Fork 139
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
setup.cfg contains ascii characters #110
Comments
Thanks for your interest for I can't find any chars in I can confirm that there are spaces (hex: Do you have good reason to think that this is causing the UnicodeDecodeError ? Why are you pointing to these ? Sorry if you thought having made this obvious in your previous comment, but it is not clear for me yet. I have not seen any |
@vaab I was debugging it on my end with vim on a linux system to see If I could find the characters, maybe I have set the wrong encoding to show the ascii chars... The reason to address this here is the build server I'm using build.opensuse.org won't allow me to change the environment in which it builds... This is the location to view the actual build: |
Ok, if we forget about To be honest, this doesn't happen nowhere in my testbeds (that includes a lot of installation procedures). And I'm not sure what would be the right way to go for you here. You can try to confirm first that this is coming from there by blanking out the If this solves the problem, then this means we've nailed it. The second step would be to replace chars with unaccentuated ones in Of course, I won't change the content of the BTW, another solution (if you can use it), is to use the wheel package instead of the Do you really need this I hope my suggestions will give you ideas to move forward. Tell me if I can help further. And thanks again for your efforts. |
@vaab it isn't the Will ask the maintainers of the build environment to take a look and see if they can figure it out. |
When I tried to build gitchangelog on opensuse build service to create a rpm package I got the following
error:
On further investigation I found that
setup.cfg
contains the following ascii characters:<b7>
these are the extra whitespaces after the following lines:
line 5
line 9
line 14
line 35
line 39
line 60
all after the
=
signThis is only with the package from pypi,
The text was updated successfully, but these errors were encountered: