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

python_sdk_auth #84

Open
Howie9600 opened this issue Jun 10, 2021 · 5 comments
Open

python_sdk_auth #84

Howie9600 opened this issue Jun 10, 2021 · 5 comments

Comments

@Howie9600
Copy link

while trying to install the software

Could not find a version that satisfies the requirement python_sdk_auth~=0.3.0 (from versions: 0.1.2, 0.1.3, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.2.0, 0.2.1, 0.2.2)
No matching distribution found for python_sdk_auth~=0.3.0

Expected behavior

after running pip install hologram-python

i get the error above and am unable to get further.

@DomAmato
Copy link
Contributor

you are likely trying to install the library on python2 which is not compatible. Can you run pip -V and check the output? We don't support python 2 anymore since its EOL was the beginning of last year.

@Howie9600
Copy link
Author

verison 2.7

@DomAmato
Copy link
Contributor

if you want to use our SDK with python 2 you will need to pin the version to 0.8.3. The new version of the auth library is not compatible with the older SDK which is the error you experiencing above.

@Howie9600
Copy link
Author

what i need to do is run the device with a 3rd party sim and from what i can see the only way to do that is clone the got and modify the files then install which is where i am having the issues. unless there is another way

@DomAmato
Copy link
Contributor

you can use python 3 instead. Its probably aliased to pip3 on your system or something like that. If you really want to use python 2 you can grab code from the previous releases: https://github.com/hologram-io/hologram-python/releases/tag/v0.8.3

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