python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
The description failed to render for 'text/markdown'- PyPi
I try to upload my library to pip.
At final stage I got that error.
HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
The description failed to render for 'text/markdown'. See https://py...

Gencay Isık
Votes: 0
Answers: 1
PyPI: The name is too similar to an existing project
When uploading to PyPI there is an error:
$ twine upload -r test dist/examplepkg-1.0.tar.gz
Uploading distributions to https://test.pypi.org/legacy/
Uploading examplepkg-1.0.tar.gz
Error du...
platypus
Votes: 0
Answers: 1
How to delete python package from pypi-type repository using command line?
I need to delete a python package from a private python package index (a.k.a. repository) using the command line. This repo is on artifactory, but I am not able to use the artifactory portal UI to do ...
cowlinator
Votes: 0
Answers: 2
Published by twine python package does not appear in repository
I'm trying to publish my python package to private repository. I followed the official guide https://packaging.python.org/en/latest/tutorials/packaging-projects/ and everything seemed to be good. Here...
StuffHappens
Votes: 0
Answers: 1