piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Missing package: IP2Trace #236

Closed ip2location closed 3 years ago

ip2location commented 3 years ago

Package name

IP2Trace

Package version

2.1.3, 2.1.4

PyPI URL

https://pypi.org/project/IP2Trace/

piwheels URL

https://www.piwheels.org/project/IP2Trace/

Python version

I am the maintainer

More information

Hi, recently we found out that on your site, our package is having build failed issue on Stretch (Python 3.5). However, on our side, we had tested with a docker with Stretch and Python 3.5, and no issue found. May I know how to fix this? Thank You.

bennuttall commented 3 years ago

The build output can be found here: http://paste.debian.net/1208830/

It looks like your setup.py references readme.md which is not contained within the sdist. I guess you need to include it in the manifest.

File "/tmp/pip-wheel-ny9ktrpf/ip2trace_01ae60fb4e3d460ea303fcd0f9ab74df/setup.py", line 4, in <module>
2021-08-23T23:36:22,981         with open("readme.md", "r") as fh:
2021-08-23T23:36:22,981     FileNotFoundError: [Errno 2] No such file or directory: 'readme.md'
ip2location commented 3 years ago

Hi,

Thank you for the reply. We had rechecked the distribution, and had uploaded a new version that contained the readme.md to PyPI. Is there anything else we can do here?

bennuttall commented 3 years ago

The latest version succeeded :+1: