Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Update pypi repo

Open
#35 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
release

Research direction

Start in the repository by checking the current package version and running the reported pip wheel -e . -w wheels --no-deps command. Compare the resulting package with the version published at PyPI, then determine the repository's release steps. Done means the latest bugfix is available as the current installable arrowhead-client version on PyPI.

Written by the indexing model from the issue text.

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.

Dominant language
Python
Stars
5
Forks
12
PR merge metrics
No merged PRs in 30d

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from arrowhead-f/client-library-python

All issues in arrowhead-f/client-library-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.