arrowhead-f / arrowhead-f/client-library-python
Update pypi repo
- Dominant language
- Python
- Stars
- 5
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.