spotify / spotify-tensorflow

Provides Spotify-specific TensorFlow helpers
Apache License 2.0
124 stars 25 forks source link

Fix #71, remove non-ascii characters from README #220

Closed andrewsmartin closed 5 years ago

andrewsmartin commented 5 years ago

With #71, previously we had this issue with local installs where the environment does not set the default encoding to be UTF-8. We were able to address this by setting LANG=C.UTF8, but with AI platform workers we do not have control over this.

This PR avoids the issue altogether by removing non-ascii characters from the README (which get included in the description in setup.cfg.