-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels