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

PIP Install is not latest version #90

Closed
pmorange opened this issue Apr 20, 2018 · 4 comments
Closed

PIP Install is not latest version #90

pmorange opened this issue Apr 20, 2018 · 4 comments

Comments

@pmorange
Copy link

Versions

OS:       Ubuntu
Python:   3.5.2
krakenex: 2.0.0

What are you trying to achieve?

Install latest krakenex version

# code sample
sudo pip3 install krakenex

What do you expect to happen?

Have the latest version installed

What happens instead?

I have version 2.0.0 installed, but when I look closer, it is not the latest as in Git.
I discovered that because I wanted a timeout on the requests to Kraken. Was about to open a new issue and saw that the changes had already been commited in Git.
If I compare the Git api.py file with the file that is install with pip3, I see that I am missing the "timeout=None" parameter in the methods...

# error message
@veox
Copy link
Owner

veox commented Apr 20, 2018

pip installs stable packages. I haven't had time to make a package with the latest changes in git.

@veox veox added the invalid label Apr 20, 2018
@veox
Copy link
Owner

veox commented Apr 20, 2018

Going through the motions now. Package should be available within an hour.

@veox
Copy link
Owner

veox commented Apr 20, 2018

Package should be available now. I've skipped the "extensive local testing" I usually do.

If there's issues with v2.1.0, please open new ones.

@veox veox closed this as completed Apr 20, 2018
@pmorange
Copy link
Author

Thanks a lot !!!

@veox veox added not a bug and removed invalid labels Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants