looker-open-source / henry

A command line tool for Looker instance cleanup
MIT License
79 stars 27 forks source link

Install Version is henry0.1.3 - need to update to most recent version. #42

Closed JamesTopping3 closed 3 years ago

JamesTopping3 commented 3 years ago

Hi there,

I'm trying to get the most recent update of Henry but it seems like I am stuck on Henry 0.1.3. I have tried running pip install henry==0.2.3 but I am getting this error:

ERROR: Could not find a version that satisfies the requirement henry0.2.3
ERROR: No matching distribution found for henry0.2.3

I have also tried running pip install --upgrade henry but that doesn't seem to work either. Please let me know if there are any workarounds to this, thank you !!

JamesTopping3 commented 3 years ago

Resolved! Fixed by moving my python enviroment to version 3.7.0, previously I was on a 3.9+. After downloading Henry again on the correct Python version, I was able to get it to work!