jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps
BSD 3-Clause "New" or "Revised" License
3.06k stars 177 forks source link

Can you upload 0.4.0 build to pypi? #173

Closed lexygon closed 1 year ago

lexygon commented 2 years ago

Pypi doesn't contain the latest version and rumps currently doesn't work on python 3.10 because the version 0.3.0 uses a direct import from collections for the class Mapping which should be imported it from collections.abc since python 3.3 and as far as I see you already add a compat layer on the latest version but it is not existing on pypi.

I would like to help you by building and uploading it but of course I don't have an access to the package on pypi.

Hope you will have some free time to handle this, good luck!

mindaugasw commented 1 year ago

This would be very welcome. In the meantime it's possible to still use pip to install the latest version directly from GitHub: pip install git+https://github.com/jaredks/rumps@master

illegalbyte commented 1 year ago

Had the same issue here, hopefully pypi can be updated soon.

nkantar commented 1 year ago

@jaredks Is there a blocker for this that someone could help out with? Thanks!

ivanoats commented 1 year ago

Just a note to say you can put git+https://github.com/jaredks/rumps@master in requirements.txt in a line by itself, until this issue is resolved. 🙏

jaredks commented 1 year ago