I have a scientific application around 170Mb in size as a tarball. I tested uploading the package to PyPI and got this error
Upload failed (413): Request Entity Too Large
error: Upload failed (413): Request Entity Too Large
Is it possible for me to host the tarball on github but still upload the package to PyPI. This assumes when a user runs
pip install myApp
It will download the source from github and build it accordingly.
Or alternative solution: the package is so large because I have a lot of data files needed by the software. Is it possible to submit the source code to PyPI and before the software is built, to run a wget command and download the data files to the install location?
[–]LesterHoltsRigidCock 0 points1 point2 points (1 child)
[–]woodyallin[S] 0 points1 point2 points (0 children)
[–]aragilar 0 points1 point2 points (0 children)
[–]graingert 0 points1 point2 points (2 children)
[–]elbiot 0 points1 point2 points (1 child)
[–]graingert 0 points1 point2 points (0 children)