We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
For some reason Markdown does not render on https://pypi.org/project/livelossplot/. I have no idea why - I did follow the guidelines in setup.py:
setup.py
long_description=readme(), long_description_content_type='text/markdown'
Vide:
(I do have up-to-date versions of twine, setuptools and wheel )
twine
setuptools
wheel
EDIT: Most likely an error with twine: pypa/twine#420 (there is a fix, but not yet released).
Any help appreciated!
The text was updated successfully, but these errors were encountered:
Update: twine=1.12.1 did cause this error.
twine=1.12.1
After installing pip install git+git://github.com/pypa/twine@master (twine=1.12.2, not yet released) it works.
pip install git+git://github.com/pypa/twine@master
twine=1.12.2
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
For some reason Markdown does not render on https://pypi.org/project/livelossplot/.
I have no idea why - I did follow the guidelines in
setup.py
:Vide:
(I do have up-to-date versions of
twine
,setuptools
andwheel
)EDIT: Most likely an error with
twine
: pypa/twine#420 (there is a fix, but not yet released).Any help appreciated!
The text was updated successfully, but these errors were encountered: