This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
ValueError: Newlines are not allowed when run python setup.py
#20829
Labels
python setup.py
#20829
Description
python setup.py
complains that "ValueError: Newlines are not allowed" insetup()
.Error Message
What have you tried to solve it?
Modify
description
to a str without newline in https://github.com/apache/incubator-mxnet/blob/7d84b598459985a59f7601f638cf8707389609c9/python/setup.py#L122 fix it.The text was updated successfully, but these errors were encountered: