looker-open-source / henry

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

Installing Henry from PyPI installs 0.1.3 ? #52

Closed cjyoos closed 2 years ago

cjyoos commented 2 years ago

I cannot seem to load 0.2.3 from PyPI. If I just use pip install henry I end up with version 0.1.3. If I try to explicitly say pip install henry==0.2.3, I get an error:
ERROR: Could not find a version that satisfies the requirement henry==0.2.3 (from versions: 0.0.1b2, 0.1.1, 0.1.2, 0.1.3) ERROR: No matching distribution found for henry==0.2.3

Am I doing something really dumb?

cjyoos commented 2 years ago

I found the answer elsewhere in another issue: python must be of version 3.7.* to load 0.2.3