-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Problem with package: smsmobileapi #483
Comments
I don't know where you got the word "unstable" from? piwheels aims to build wheels for all packages on PyPI. The builds failed for this package, which is why the red cross icon is shown. If you click one of the red cross icons it will show you the build output for that build. For example: https://www.piwheels.org/logs/0000/1248/8780.txt This shows that pip failed to generate the metadata for your package:
You may wish to investigate, fix the problem in your Note that these failing builds are not preventing anyone from installing your package. Users on a Raspberry Pi will still be able to install the wheel you provided on PyPI. |
Yes you are right. I used the term unsable but I just sax the red cross to the webpage.
Il will fix my setup.py to get a Green cross of your webpage ;-)
I didnt know your webspage before but it's look like a good tool for dev ;-)
When I fix the setup.py have I have to contact you to run a test or it's a automatic process ?

Thomas B.
CEO - SMS Mobile API
Simplify your communications with our messaging API.
Connect with us:
  
Le 20 oct. 2024, 13:38, à 13:38, Ben Nuttall ***@***.***> a écrit:
…I don't know where you got the word "unstable" from?
piwheels aims to build wheels for all packages on PyPI. The builds
failed for this package, which is why the red cross icon is shown. If
you click one of the red cross icons it will show you the build output
for that build.
For example: https://www.piwheels.org/logs/0000/1248/8780.txt
This shows that pip failed to generate the metadata for your package:
```
pip._internal.exceptions.MetadataGenerationFailed: metadata generation
failed
```
You may wish to investigate, fix the problem in your `setup.py` (or
move to `pyproject,toml`) and make a new release.
Note that these failing builds are not preventing anyone from
installing your package. Users on a Raspberry Pi will still be able to
install the wheel you provided on PyPI.
--
Reply to this email directly or view it on GitHub:
#483 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
When you do a new release (a new version) it will automatically be built. |
Ok great
Thomas B.
CEO - SMS Mobile API
Simplify your communications with our messaging API.
Connect with us:
Le 20 oct. 2024, 16:17, à 16:17, Ben Nuttall ***@***.***> a écrit:
…When you do a new release (a new version) it will automatically be
built.
--
Reply to this email directly or view it on GitHub:
#483 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Package name
smsmobileapi
Package version
1.0.8
PyPI URL
https://pypi.org/project/smsmobileapi/
piwheels URL
https://www.piwheels.org/project/smsmobileapi/
Python version
I am aware this is the issue tracker for a Python package index specifically for Raspberry Pi
I have checked for duplicate issues
I am the maintainer
More information
Hello,
I'm the developer of the SMS Mobile API Python module.
Can you tell me why your website reports my module as "unstable"? When I check the webpage presenting my module, it seems impossible to install.
Thanks for your feedback.
The text was updated successfully, but these errors were encountered: