pypi / support

Issue tracker for support requests related to using https://pypi.org
94 stars 48 forks source link

File Limit Request: pyspark - 500 MiB #4791

Open dongjoon-hyun opened 2 hours ago

dongjoon-hyun commented 2 hours ago

Project URL

https://pypi.org/project/pyspark

Does this project already exist?

New Limit

500 MiB

Update issue title

Which indexes

PyPI

About the project

PySpark is the Python API for Apache Spark, an open source, distributed computing framework and set of libraries for real-time, large-scale data processing. It has been active for ten years (first commit)

Reasons for the request

A new major version, 4.0.0, has a bigger package due to many added new features. 500MiB would be safer for a new limit.

$ ls -alh pyspark-4.0.0.dev2.tar.gz
-rw-r--r--  1 dongjoon  staff   416M Sep 20 03:11 pyspark-4.0.0.dev2.tar.gz

Code of Conduct

dongjoon-hyun commented 2 hours ago

Here is the current error message.

$ twine upload --repository-url https://upload.pypi.org/legacy/ pyspark-4.0.0.dev2.tar.gz pyspark-4.0.0.dev2.tar.gz.asc
Uploading distributions to https://upload.pypi.org/legacy/
WARNING  One or more packages has an associated PGP signature; these will be silently ignored by the index
Enter your API token:
Uploading pyspark-4.0.0.dev2.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.3/436.3 MB • 00:18 • 25.0 MB/s
WARNING  Error during upload. Retry with the --verbose option for more details.
ERROR    HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
         File too large. Limit for project 'pyspark' is 400 MB. See https://pypi.org/help/#file-size-limit for more information.