Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pypi repo #35

Open
InRiPa opened this issue Mar 2, 2023 · 1 comment
Open

Update pypi repo #35

InRiPa opened this issue Mar 2, 2023 · 1 comment

Comments

@InRiPa
Copy link

InRiPa commented Mar 2, 2023

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
Copy link

ajoino commented Mar 3, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants