Skip to content
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

Does not build on Travis CI Windows : "UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 612: character maps to <undefined>" #46

Open
nicobo opened this issue Jan 20, 2021 · 0 comments
Labels
bug Something isn't working build Build / packaging / compiling / publishing (not docker)

Comments

@nicobo
Copy link
Member

nicobo commented Jan 20, 2021

The first error "python3: command not found" should be ok since we try with "python" after that.

$ bash -c 'echo $BASH_VERSION'
4.4.23(1)-release
before_install.1
40.27s$ choco install python --version 3.8.0
before_install.2
6.00s$ python -m pip install --upgrade pip
0.68s$ python3 setup.py build || python setup.py build
The command "python3 setup.py build || python setup.py build" failed and exited with 1 during .
Your build has been stopped.
/c/Users/travis/.travis/functions: line 109: python3: command not found
Traceback (most recent call last):
  File "setup.py", line 7, in <module>
    long_description = fh.read()
  File "C:\Python38\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 0x8f in position 612: character maps to <undefined>
@nicobo nicobo added the bug Something isn't working label Jan 20, 2021
nicobo added a commit that referenced this issue Jan 20, 2021
~ moving the python versions list to the top to iterate over it for 
linux at least
@nicobo nicobo added the build Build / packaging / compiling / publishing (not docker) label Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Build / packaging / compiling / publishing (not docker)
Projects
None yet
Development

No branches or pull requests

1 participant