arrowhead-f / client-library-python

Arrowhead Client Library in Python
Eclipse Public License 2.0
5 stars 10 forks source link

Update pypi repo #35

Open InRiPa opened 1 year ago

InRiPa commented 1 year ago

The version here in the repository contains the latest bugfix which is needed for using the library. Unfortunately, the current version in pypi doesn't contain the fix. Maybe it's the caching issue again.

As workaround: Checkout the repo and build your own .whl file from it. e.g. pip wheel -e . -w wheels --no-deps

Then, you use it in your new project, e.g: pip install arrowhead-client arrowhead_client-0.4.3a0-py3-none-any.whl

On the long run it would be nice to have the current latest version in the pypi repo.

ajoino commented 1 year ago

Hi, thanks for reaching out!

I wasn't aware that people were still using (or trying to use) this library, I've been out of the Arrowhead loop since I finished my PhD in May.

I will try to update the PyPI package this weekend, next week at the latest.

Kind regards Jacob Nilsson

Den tors 2 mars 2023 17:43InRiPa @.***> skrev:

The version here in the repository contains the latest bugfix which is needed for using the library. Unfortunately, the current version in pypi https://pypi.org/project/arrowhead-client/ doesn't contain the fix. Maybe it's the caching issue again.

As workaround: Checkout the repo and build your own .whl file from it. e.g. pip wheel -e . -w wheels --no-deps

Then, you use it in your new project, e.g: pip install arrowhead-client arrowhead_client-0.4.3a0-py3-none-any.whl

On the long run it would be nice to have the current latest version in the pypi repo.

— Reply to this email directly, view it on GitHub https://github.com/arrowhead-f/client-library-python/issues/35, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHEAAF547VRTWLMBYVZWYWDW2DEZZANCNFSM6AAAAAAVNTUOFA . You are receiving this because you are subscribed to this thread.Message ID: @.***>