cant install cli/python sdk

Could not find a version that satisfies the requirement python-sdk-auth==0.1.8 (from hologram-python) (from versions: )
No matching distribution found for python-sdk-auth==0.1.8 (from hologram-python)

clues?

Hi @Tony_Qusp,

Do you mind pasting the installation logs here? May I also know which hardware and OS you’re running this on? We’ve seen issues like that in the past, and the workaround has to do with permissions and where different packages get installed.

Can please post the workaround, as I am getting the same issue for python-sdk-auth== 0.2.0

thanks!

I am having the same problem on Raspbian jessie ( version 8 )

Could not find a version that satisfies the requirement python-sdk-auth==0.2.1

No matching distribution found for python-sdk-auth==0.2.1 (from hologram-python)

Trying get started with the Nova - help!

Best Regards
Tom M

Hello Everyone,

This is a weird bug that we are taking a look at. We have contacted the Raspberry Pi foundation to see if they can provide more clarity on the issue.

Currently the best way to address this is trying a fresh install of Raspbian.

Cheers,
Maiky

had the issue now with the raspbian version of 18/04/2018
solved it by running the following command:

sudo python -m pip install --upgrade pip setuptools wheel

2 Likes

it’s work whell for me thanks :slight_smile: