···7878index = response.read()
79798080parser = Pep503()
8181-parser.feed(str(index))
8181+parser.feed(str(index, "utf-8"))
8282if package_filename not in parser.sources:
8383 print(
8484 "The file %s has not be found in the index %s" % (package_filename, index_url)